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.
In basic properties object name, identifier and comment are set.
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.
To set a list of fields and link to input, use the Edit Input page.
The following parameters are available on the page:
NOTE. The screenshot represents edit wizard for the Repository data consumer.
To set a list of fields and output link, use the Output Edit page.
The following settings are available on the page:
NOTE. The screenshot represents edit wizard for the Repository data provider.
See also: