User Algorithm

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

The repository must contain two tables T_Source, T_Destination and a module with the USER_PLAIN_MODULE identifier containing the UserSubChangeValues macro. Structure of tables must satisfy the implemented data conversion 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 converter and repository consumer. The required properties and links are set for all objects:

After creating and saving of objects the ETL task is executed. The similar code applied to different objects is placed into separate procedures or functions.

UserSubChangeValues macro

Fore example

Fore.NET example

See also:

Examples | IEtlPlainDataUser