Data Transformation Engine Introduction to the Design Studio

Chapter 4 - Map Designer Input and Output Cards
Introduction to the Design Studio
45
A unique name for each card in the map provides the ability to distinguish
between card objects that may be used in more than one card. For example, if an
output card name is CreateLabel, the name for the entire card object is
CreateLabel.
For example, if two input cards are defined by the same type, these two input
cards may exist with the same type, but their card names are different.
In this example, the name of the first card is Label and the name of the second
input card is CreateLabel. If the component FullName exists as a data object in
both of these cards, the difference is distinguishable:
FullName Field in the Label card
FullName Field in the CreateLabel card
The FullName Field types in the different cards have different complete type
names:
FullName Field:Label
FullName Field:CreateLabel