Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Develop a connector for Data Loader

Develop a connector for Data Loader

The
Informatica Connector Toolkit
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:
  1. 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.
  2. 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.
  3. Define the type system for the connector. Specify the data types supported by the data source and the corresponding data types supported by Informatica.
  4. 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.
  5. 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.
  6. Deploy the connector to the data loader task.

0 COMMENTS

We’d like to hear from you!