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. Appendix A: Glossary

Mapping Architect for Visio Guide

Mapping Architect for Visio Guide

Dictionary

Dictionary

The Dictionary rule links starting ports with specified names to ending ports with the same names. The Dictionary rule looks for the list of port names in a text file. When you create a Dictionary rule, provide the name of the text file. Use the Dictionary rule when you want to use the Named Port rule for a large number of ports.
Unlike the Named Port rule, you cannot use parameters or a combination of parameter and character strings to specify the name of a port in the text file for the Dictionary rule.

Format for the Dictionary Text File

Use the following syntax to specify the starting ports and ending ports in the text file for the Dictionary rule:
<
StartingPortName
> = <
EndingPortName
>
For example, the following list is valid content for a Dictionary rule text file:
ITEM_NAME = ITEM_NAME ITEM_PRICE = ITEM_PRICE_OUT
The following list is invalid:
$PORT_NAME$ = $PORT_NAME$_OUT $START_PORT$ = $END_PORT$
The name of the text file can be any valid Windows file name. Mapping Architect for Visio does not validate the text file. Verify that the dictionary text file contains rules with valid syntax.

Syntax

Use the following syntax when you include this rule in a Parameter rule:
Dictionary:<PathName>\<TextFileName>

0 COMMENTS

We’d like to hear from you!