how to load data from XML file to a table, then i want to move that data from one instance to another instance(DEV--> UA-->TRAIN)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 02:40 AM
1. i have some data in XML format and want load that data in an existing table in my DEV environment.
2. then i will move that data to DEV--> UA-->TRAIN
transform maps will not work here i guess because for use this mechanism we need source and destination table.
please do let me know the approach.
~AB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 02:46 AM
Hi,
If you have admin role you can import xml to instance.
Copy the record URL from one instance, then replace instance name and run that URL in other table.
On the list view of table records, right click on list header and you can find 'Import XML' option at the bottom.
Select the respective XML file from the saved location and update.
Thank you,