function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sukhendhar ReddySukhendhar Reddy 

In a .csv file there are 100000 records, while inserting through dataloader, error occured after inserting 20000 records, after updating the csv file how insert the records from 20001th record?

In a .csv file there are 100000 records, while inserting through dataloader, error occured after inserting 20000 records, after updating the csv file how insert the records from 20001th record?
RamuRamu (Salesforce Developers) 
If the success and error files are generated successfully, you can re-insert using error file as the source.
Sukhendhar ReddySukhendhar Reddy
Hi Ramu,
     I am asking how to insert after 20000 records and Serial number is 20001th...k