What is the limit of bulk data we can import in import set table in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 09:50 PM
I am trying to import the bulk data in import set table using API but do not know the limit of data(the CSV file) we can import .
What is the maximum limit of data we can import using API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:40 PM
Thanks Pradeep,
Actually we are trying to import the data in import set table using the API
The post call above will import the data from the file mentioned in the path?
Would this be feasible solution or will there be any issue with it?
What if few records fails? I dont want to go at UI to see the total records inserted. I wants all to be done using API.
My rest call goes and insert the records into import set table and transform the data(in target table) and in the response it get the total records inserted and how many fails, the details of the records fails as it comes at UI.
Thanks
Azam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2018 05:24 AM
Hi Pradeep,
Any idea how many records in an excel ServiceNow data load can handle while loading the data. I have read that while importing row size should not exceed 8126 bytes. But that doesn't tell exactly how many rows can be processed.
Also how to measure the row size if we have sample xls file for data load.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:17 PM
It shoudn't be because it should be restricted by max attachment size defined by property com.glide.attachment.max_size com.glide.attachment.max_size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:23 PM
Thanks Gurpreet
What is the value the property com.glide.attachment.max_size?
Thanks
Azam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:30 PM
By default it's 1024 i.e.1 GB. We have reduced it to 30 for most of our clients.
Administering Attachments - ServiceNow Wiki