Is there a way to export as XML a transform Map?

rsanon
Tera Contributor

Is there a way to export as XML a a transform map and the (related tab) that contains the Field Maps.

5 REPLIES 5

adiddigi
Tera Guru

Yes! But not at one go. It's like this:
1. You can export the Transform Map into an XML.
2. You can export the Transform Scripts into an XML.
3. You can export the field maps into an XML.


If you are importing all these into another instance, you will get your transform map exported properly.


rsanon
Tera Contributor

Thanks Abhiram! Is there way to export all the field maps attached to one transform map together? So for instance, if there are 75 field maps, would I have to export each individually?


No, Not at all.

Here are the steps:

Step1 : Open the transform map you wish to export. Export it to XML - Note down the name of the transform map(will be used in step2).
Step2: Open the table by the name sys_transform_entry[1] by typing sys_transform_entry.list in the navigation bar. Search for Map = "Name of transform map from step1".

Step3: You will get the entries of all Field Maps of this transform map. Export them all to XML.

Attaching the screens for your reference.

[1] is the name of the table, where the field maps are stored.


rsanon
Tera Contributor

Thanks! That helped!