Custom Data Flow Component – Credit Card Number Validator 
SQL Services Integration Services (SSIS) provides a wide range of out-of-box components to perform almost any ETL task. In addition, the object model of Integration Services allows you to create re-usable custom components. Different types of custom objects can be developed, including:
- Custom tasks.
- Custom connection managers. Connect to external data sources that are not currently supported.
- Custom log providers. Log package events in formats that are not currently supported.
- Custom enumerators. Support iteration over a set of objects or values formats that are not currently supported.
- Custom Data Flow Components. Can be configured as sources, transformations, or destinations.
In this post, step-by-step instruction is provided to create a Custom SSIS Data Flow Component called Credit Card Number Validator. This component validates Credit Card Numbers using Luhn Mod 10 Algorithm. Continue Reading…
Pages: 1 2 3 4 5