consists of the libraries, plug-ins, and sample code to assist you in developing a connector for a data loader task.
You can build a connector to connect to a data source and define how the connector reads from the data source. Also, you can only use data sources in which data is stored as records.
If you built a connector for Cloud Data Integration using
Informatica Connector Toolkit
and need to use the connector in a data loader task, contact the Informatica administrator.
To build a connector for a data loader task, use the
Informatica Connector Toolkit
and perform the following tasks:
Create a connector project and select the product type. Then, select the creation method and define the basic properties of the connector such as name, ID, and vendor name.
Define the connection attributes to connect to the data source. Implement the methods to open or close the connection to the data source, validate the connection, and specify the attribute dependencies. Before you define the type system for the connector, you can test and debug the connection components of the connector.
Define the type system for the connector. Specify the data types supported by the data source and the corresponding data types supported by Informatica.
Define the connector metadata, create endpoint metadata object, operations for the endpoint metadata object, and partition methods for the operations. Implement the methods to fetch metadata from the data source. You can also test and debug the metadata components of the connector.
Define the connector run-time behavior that defines how the connector reads from the data source. Before you deploy the connector, you can test and debug the read capability of the connector.