What is the limit of bulk data we can import in import set table in ServiceNow?

azam110
Kilo Contributor

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?

16 REPLIES 16

Harish KM
Kilo Patron
Kilo Patron

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


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

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


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