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
vasu yadavvasu yadav 

whithout using data loder how to insert 60000 records into salesfore?

Hi, I have one question,

whithout using data loder how to insert 60000 records into salesfore.

Please let me if there have any way to overcome this

Thanks in advance
sandeep reddy 37sandeep reddy 37
use batch apex class 
Dorian Sutton 9Dorian Sutton 9
Why wouldn't you want to use Data Loader?

If your records are Accounts, Contacts or Leads, or for a custom object you could use the Data Import Wizard:

https://help.salesforce.com/articleView?id=import_with_data_import_wizard.htm&type=0

It can only take up to 50,000 records at a time so you would need to split your data into 2 files.