What is the limit of bulk data we can import in import set table in ServiceNow?
Options
- 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?
Labels:
16 REPLIES 16
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:42 PM
So the maximun limit by default is 1GB in case of CSV file.
The file above the data would not get uploaded
Correct me if i am wrong.
Thanks
Azam
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:47 PM
Yes, you are right. This property restricts the overall size of the the attachment and applicable on all formats including XML,json etc.