Activity › Forums › Salesforce® Discussions › Which operations can we perform on Dataloader in Salesforce?
Tagged: Dataloader, Delete, Export, Export All, External ID, Hard Delete, Insert, operations, Record ID, SOQL Query, Update, Upsert
-
Which operations can we perform on Dataloader in Salesforce?
Posted by madhulika shah on July 27, 2018 at 9:52 AMWhich operations can we perform on Dataloader in Salesforce?
shariq replied 7 years, 8 months ago 3 Members · 2 Replies -
2 Replies
-
Hello Madhulika,
Operations that can be performed on dataloader are:
- Insert: Inserting brand new records
- Update: Updating the existing records based on the record ID
- Upsert: To Upsert we should have one external ID field on the object, based on the external id field if the value already exists it will update, if doesn’t exist then it will insert
- Delete: Delete the records based on the id provided, to delete we need only id, deleted records can be found in recycle bin.
- Hard delete: Delete the records based on the id provided, to delete we need only id, deleted records can’t be found in recycle bin.
- Export: From any object we can export records based on the SOQL query, Note: We can’t export deleted records which are there in the recycle bin.
- Export all: From any object we can export records based on the SOQL query, Note: Using Export all we can export deleted records which are there in the recycle bin also.
- [adinserter block='9']
-
Hi,
- Insert, Update, or Delete Data Using Data Loader
- Perform Mass Updates
- Perform Mass Deletes
- Uploading Attachments
- Upload Content with the Data Loader
- Reviewing Data Loader Output Files
- Data Import Limits
- View the Data Loader Log File
Hope this helps.
- Insert, Update, or Delete Data Using Data Loader
Log In to reply.