User Algorithm

This article describes an example of creating and executing an ETL task with the use of user algorithm of data transformation.

The repository must contain two tables T_Source, T_Destination and a unit with the USER_PLAIN_MODULE identifier containing the UserSubChangeValues macro. Structure of tables must satisfy the implemented data transformation algorithm. The repository must also contain an ETL task with the ETLTASKS identifier. On executing the example presented below three objects are created in the ETL task: repository source, theUser Algorithm 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.

UserSubChangeValues macro

Example

See also:

Examples | IEtlPlainDataUser