- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2018 06:13 AM
I have a Excel file which has around 250 K records I want to load these records in my instance. How can I achieve this?
What is the maximum limit of the records that we can load through the load data module?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2018 06:37 AM
For importing does not have limit criteria but for exporting the records has limit criteria for that
Navigate to System Proerties -> Import Export
Excel sheet is 1,048,576 rows so excel sheet contains 250K records in multiple sheets.
And 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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2018 11:02 AM