Custom Provider

The Custom Provider connector is an object that is used to get data from a provider with a custom algorithm. This algorithm is to be implemented in the Fore language, and it is to be stored in the current repository unit.

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

Basic Properties

In basic properties object name, identifier and comment are set.

User Class

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

Select a unit/form/assembly/.NET assembly in the Unit drop-down list, select a class that contains implementation of custom data extraction algorithm. The class must be inherited and contain implementation of the IDtRecordsetProvider or IDtCustomProvider.

Edit Output

To set a list of fields and output link, use the Output Edit page.

The following settings are available on the page:

Identifier

Link to object

Fields

NOTE. The screenshot represents edit wizard for the Repository data provider.

See also:

Source Data Connectors