Is there a way to export as XML a transform Map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2013 01:03 PM
Is there a way to export as XML a a transform map and the (related tab) that contains the Field Maps.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2013 09:45 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2013 12:56 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2013 08:29 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2013 12:23 PM
Thanks! That helped!