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.
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.
See also: