maps
Maps allow you to implement business logic in the form of rules and to define input and output specifications.
How to create a new map
- create a new Extender project.
- Right Click on Map files, and create a new map.
- In the outline view, right click on the map name you have created and create a new map.
- Now, create input and output cards for the map created and select the type trees/Xsds and type as the structure to be referred in that card and also specify the input's source and output's target.
- Create the mapping rules in the rule pane corresponding to each output field.
- You can simply drag the input field/group to the output field/group in case if its a one-to-one mapping.
- You can also write rules involving in-built functions adding logic to it.
- Build and compile.
file name extensions
-
Source map : .mms
-
compiled map : .mmc
-
Trace : .mtr
-
datapower map: .dpa
-
Type tree: .mtt
Functional maps
Functional maps are like sub-routines. You can write a generic logic in a functional map and call it in multiple places.