- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2020 08:22 AM
Hello,
I'm having an Application with 50+ tables in 2 different PDI's. Now i wanted to move the all tables data from 1 instance to another instance. Can it be done in one shot instead of doing export xml and import xml for every individual table?
Please let me know if you need more detail on this question.
Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2020 01:51 PM
Hi Kishore,
You may find these apps on the share site helpful.
Multi-Table Data Export Tool and Interface - Share | ServiceNow Developers
Multiple Table Exporter with Filters - Share | ServiceNow Developers
As a footnote to your last comment, make sure you are only exporting data and importing it in to production if it truly is production data. Once done, don't do it again, you should clone data from prod downwards to refresh it. If you need tables to stay in sync, consider IDR.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2024 07:55 AM
Hi @Jeremy Duncan -Do you know if the Multi-Table export tool with filter is still available?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2020 01:30 AM
Thanks
I imported and committed Multi-Table export tool update set xml to my PDI, after committing and i clicked on it and i'm seeing below screen shot. Is this tool doesn't support New York version as my instance is New York version?
I tried second tool and it is imported successfully if you see above screen shot.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2020 06:45 AM
The first one "multiple table exporter" worked best for me and allowed for filtering whereas the one from 2014 wasn't quite as flexible.
I tested multiple table exporter on an Orlando instance so I am pretty confident that it works on New York as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2020 07:09 AM
Your UI looks much different than mine, maybe it's been updated since I last grabbed it :).
You start with "Export Configurations" to define the tables with the appropriate filtered data. Then, once configured, you should be able to launch the XML dump directly from the export configuration.
The main two things you'll use are Export Configuration and Table Exports. Should work OOB and i've tested in New York.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2020 06:55 AM
I exported the tables and imported those in destination instance but after importing i'm not seeing records added to 'System Update Sets -> Retrieved Update Sets'. Is there anywhere i've to check?
Thanks