Create maps to specify sources and targets
After defining data objects and their properties in the Type Designer, you specify the source of the input and the target of the output in the Map Designer. Sources and targets are specified with map cards. Each map can have none or more input cards, and one or more output cards.
To create maps: in the Transformation Extender Development perspective:
- Create a map source file.
- Create required executable map(s) in the map source file.
- Create an input card that represents your input data.
- Create an output card that represents your desired output.
- In the output card map rules, specify the logic necessary to transform the input data to the desired output data.
- Build the map.
- Run the map.