Table of Contents

Search

  1. Preface
  2. Understanding Mapping Architect for Visio
  3. Mapping Templates
  4. Mapping Objects
  5. Mapping Template Rules
  6. Using the Import Mapping Template Wizard
  7. Using the mapgen Command Line Program
  8. Using Informatica Mapping Templates
  9. Glossary

Mapping Architect for Visio Guide

Mapping Architect for Visio Guide

Parameter File Requirements

Parameter File Requirements

The following text shows a sample mapping template parameter file:
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE PARAMETERS SYSTEM "parameters.dtd"> <PARAMETERS REPOSITORY_NAME="" REPOSITORY_VERSION="" REPOSITORY_CODEPAGE="" REPOSITORY_DATABASETYPE=""> <MAPPING NAME="" FOLDER_NAME="" DESCRIPTION=""> <PARAM NAME="$TGT$" VALUE="" /> <PARAM NAME="$SRC$" VALUE="" />      <PARAM NAME="$DBD_NAME$" VALUE="" />      <PARAM NAME="$DB_TYPE$" VALUE="" /> </MAPPING> </PARAMETERS>
The mapping template parameter file includes the following information:
  • Parameter properties.
    Contains the repository name. It is required for each parameter file.
  • Mapping properties.
    Contains the name, description, and location of the mapping to be created. It is required for each mapping in the parameter file.
  • Parameter values.
    Values required for each mapping in the parameter file.

0 COMMENTS

We’d like to hear from you!