Filter

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

The repository must contain two tables T_Source, T_Destination», the tables must be identical in structure and must contain the ID field. Values of this field are used to set up filtering condition. 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, the Filter converter and repository consumer. The required properties are defined for all objects, links are set and filtering condition is defined:

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 | IEtlPlainDataFilter