How to export 434K CI's from ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 04:19 AM
we have 434K records to download from ServiceNow CMDB and we have csv export limit is 80K,
In first attempt we have downloaded 80K records and in second attempt we have tried to download from 80001 to 160K but it has downloaded again first 80K records only.
and it is downloading first 80K records only for second and third attempt, so how to download 80K to 160K for second attempt ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 05:08 AM
Hi @pavan garige ,
You need to export in chunks , as how you are doing, such that you don't encounter any data loss.
I have found another way , please read this article : https://davidmac.pro/posts/2021-07-02-sn-bulk-export/