Transform

This article describes an example of creating and executing an ETL task with data transformation.

Executing the example requires that the repository contains two tables: T_Source and T_Destination. Tables must be identical in structure. The repository must also contain an ETL task with the ETLTASKS identifier. After executing the example three objects are created in the ETL task: repository provider, the Transform transformer and repository consumer. The required properties and links are set for all objects:

After objects are created and saved, the ETL task is executed. The similar code applied to different objects is placed into separate procedures or functions.

Example

See also:

Examples | IEtlPlainDataMapper