- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:31 AM
Hi All,
Have a requirement to export 1Million+ data from Servicenow, is there any way to export the data in faster way..?
Thanks in advance..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:52 AM
Hi
ServiceNow has exports limits you shouldn't increase as you would risk the health of your instance!
But breaking up your exports in chunks of 10000 records as ServiceNow recommends, would mean a lot of manual work (several hours I guess).
Therefore have a look on the following solution which automates the process of exporting the batches and merging the pieces into one result file.
https://davidmac.pro/posts/2021-07-02-sn-bulk-export/
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:40 AM
Hi Ratan,
By export you mean export in excel OR you want it to be shared via APIs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 09:52 AM
Hi
ServiceNow has exports limits you shouldn't increase as you would risk the health of your instance!
But breaking up your exports in chunks of 10000 records as ServiceNow recommends, would mean a lot of manual work (several hours I guess).
Therefore have a look on the following solution which automates the process of exporting the batches and merging the pieces into one result file.
https://davidmac.pro/posts/2021-07-02-sn-bulk-export/
Maik