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:18 PM
Hello Azam,
Please refer last section in the below link.
http://wiki.servicenow.com/index.php?title=Import_Set_Performance_Best_Practices#gsc.tab=0

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 09:56 PM
Under import properties
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:05 PM
Thanks Harish
But i wants to know the maximum file size(CSV) or the number of rows in that file which we can import in the import set table.
Thanks
Azam

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:00 PM
Hello Azam,
I don't think there is a limit. However as a best practice Break a very large data set into multiple, smaller jobs for faster results. Consider import sets under 100,000 records as a guideline. For example, importing 10 sets of 100,000 records completes faster than one import of 1 million records even though the total data imported is the same.
http://wiki.servicenow.com/index.php?title=Import_Set_Performance_Best_Practices#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 10:02 PM
Thanks Pradeep,
That limit s for the particular row, but now of the whole CSV file.
I want to know the maximum limit of the CSV file which we upload while importing the data.
Thanks
Azam