ITX with Data Power
IBM transformation extender(ITX) maps can be used in IBM data power for complex data transformation like when you are dealing with EDI(Electronic Data Interchange).
How to create map for data power
- Create the map in ITX
- In the map settings, change the Map Runtime to DataPower instead of Transformation Extender.
- compile the map to get
.dpa
file. - Now, You can use the dpa file in Data power using
Pipeline policy
. - You can use the ITX map in either request or response.
- You can modify the component to upload the .dpa file.