Table of Contents

Search

  1. Preface
  2. Introduction
  3. Informatica IDQ Cleanse Engine
  4. Informatica Address Verification Cleanse Engine
  5. Trillium Director Cleanse Engine
  6. Troubleshooting

Sample Configuration Files

Sample Configuration Files

Use the configuration files to configure information such as the function name, server name, and the input and output parameters.
You can use the sample configuration files, or create your own configuration files. If you use a sample configuration file, update the function name, system ID, and server name for your environment. Informatica supplies the following sample configuration files that work with Trillium Director 11 and later:
td11_default_config_Global.txt
Provides output fields for international addresses.
td11_default_config_US_detail.txt
Provides output fields for U.S. addresses.
td11_default_config_US_summary.txt
Provides the most common output fields for U.S. addresses.
The sample configuration files are in the following locations:
  • On Windows:
    <
    infamdm installation directory
    >\hub\cleanse\resources\TrilliumDirector11\samples\director\
  • On UNIX:
    <
    infamdm installation directory
    >/hub/cleanse/resources/TrilliumDirector11/samples/director/
The following information is in the sample configuration files:
  • function name
  • function description
  • input parameters
  • output parameters
  • update parameters
The following table describes the entries in this configuration file:
Name
Value
TD_FUNCT_NAME
The name of your Trillium Director function.
TD_FUNCT_DESCR
A description of the function. This appears when you look at the available functions using the Cleansing Tool.
TD_SYSTEM_ID
The Trillium Director system ID. This defines which Trillium Director process to use.
TD_SERVER_NAME
The name of the server process within the Trillium Director system indicated in
TD_SYSTEM_ID
. This is the name of the Trillium Director server that is running the project you are using. This is the Cleanser instance where your project was deployed.
TD_INPUT_PARAM_*
This is a group of entries, one for each input parameter for the function. Add or remove entries as necessary.
TD_OUTPUT_PARAM_*
This is a group of entries, one for each output parameter for the function. Add or remove entries as necessary.
TD_UPD_PARAM_*
This is a group of entries, one for each update parameter for the function. Add or remove entries as necessary.
The following example shows a sample configuration file for Trillium Director 11 and later:
TD_FUNCT_NAME = TrilliumDirectorGlobal TD_FUNCT_DESCR = Trillium Director adapter TD_SYSTEM_ID = G TD_SERVER_NAME = Cleanser TD_INPUT_PARAM_0 = MRMRS TD_INPUT_PARAM_1 = BUSINESSNAME TD_INPUT_PARAM_2 = StreetAddress TD_INPUT_PARAM_3 = StreetAddress2 TD_INPUT_PARAM_4 = StreetAddress3 TD_INPUT_PARAM_5 = StreetAddress4 TD_INPUT_PARAM_6 = City TD_INPUT_PARAM_7 = State TD_INPUT_PARAM_8 = PostalCode TD_INPUT_PARAM_9 = Country -- Derived Global Output Fields (country specific output fields also available) TD_OUTPUT_PARAM_0 = DR_HOUSE_NUMBER1 TD_OUTPUT_PARAM_1 = DR_STREET_NAME TD_OUTPUT_PARAM_2 = DR_HOUSE_NUMBER2 TD_OUTPUT_PARAM_3 = DR_CITY_NAME TD_OUTPUT_PARAM_4 = DR_REGION_NAME TD_OUTPUT_PARAM_5 = DR_POSTAL_CODE TD_OUTPUT_PARAM_6 = DR_ADDRESS TD_OUTPUT_PARAM_7 = DR_COUNTRY_NAME TD_OUTPUT_PARAM_8 = DR_ADDR_MAIL

0 COMMENTS

We’d like to hear from you!