User Consumer

The User Consumer connector is an object that is used to load data to a consumer using a custom algorithm. The algorithm must be implemented in the Fore or Fore.NET language and stored in the current repository unit.

After adding a connector to the ETL task workspace, set basic properties and a class with data export implementation. The connector input and output can also be edited.

User Class

To specify a development environment object, in which data exporter is implemented, use the User Class page.

Select a unit/form/assembly/.NET assembly in the Class drop-down list, select a class that contains implementation of event handlers for ETL task in the Class drop-down list. The class must be inherited and contain implementation of the or IDtCustomConsumer.

Selecting the Clear Consumer Before Loading Data checkbox enables the user to delete all information from the consumer before data loading.

See also:

Data Consumers