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
Prabitha SPrabitha S 

If we want to upload data through DataLoader, what the changes to be done?

If we want to upload data through DataLoader, what the changes to be done?
PratikPratik (Salesforce Developers) 
Hi Prabitha,

If you want to upload data in Salesforce, Select the Insert option, choose the object of which you want to insert records. Upload .csv file containig the records.

.csv file: In your .csv file, your field names will be the columns, make sure you will include dat related to at least the mandatory fields on the object. 

You can refer to:
https://help.salesforce.com/apex/HTViewHelpDoc?id=inserting_updating_or_deleting_data.htm

Thanks,
Pratik

P.S. If this answers you question, please mark it as "Best Answer" so it will help other community members too.