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

Naming Convention-DLT

Naming Convention-DLT

A naming convention makes it easy to identify the files that belong to a connector.
Use the following guidelines when you name the connector files:
  • Determine a name for the connector. Use the connector name as a prefix for the connector file names. The connector name is an alphanumeric string that can include the uppercase and lowercase letters A to Z and the numbers 0 to 9. The first character of the name must be a letter.
  • Determine a unique name to identify the company building the connector. The company name is included in the package name for the connector classes.
  • Use the connector name when you create a directory for the connector in the Informatica directory:
    INFA_HOME\plugins\dynamic\
    ConnectorName
The following table lists the recommended naming convention for connector files:
Component
Naming Format
Package for the connector definition and type system classes
com.vendorname.connectorname.connection
Connector definition class
ConnectorNameDefn
Type system class
ConnectorNameTypeSystem
Resource file for the connection management user interface
ConnectorNameBundle.properties or ConnectorNameBundle_lang.properties

0 COMMENTS

We’d like to hear from you!