Activity › Forums › Salesforce® Discussions › What is difference between “Export” and “Export All” in apex data loader?
Tagged: Apex Data Loader, Data Export, Export All, Export Data, Export Data from Salesforce, Salesforce Data Loader
-
What is difference between “Export” and “Export All” in apex data loader?
Posted by Shubham on April 27, 2018 at 11:01 AMWhat is difference between “Export” and “Export All” in apex data loader?
Parul replied 7 years, 8 months ago 5 Members · 4 Replies -
4 Replies
-
Hi Shubham,
Export: It will fetch only active records from salesforce.
Export All: It will fetch active as well as records from recycle bin.Thanks.
- [adinserter block='9']
-
Hi Shubham,
There are two buttons available in dataloader ‘Export’ & ‘Export All’. Difference in both button functionality is very small. When we use ‘Export’ button for any object in salesforce, all records( excluding records present in Recycle Bin) present in the system for that particular object are exported to a .csv file. But when we use Export All, all records (including records present in Recycle Bin) for that particular object are exported to a .csv file. Deleted records present in recycle bin are also called ‘soft Deleted’ records.
Thanks
-
Hi,
Export : It is used to export the Salesforce Data(excluding recycle bin’s data) into your local system.
Export All : It is used to export the Salesforce Data(including recycle bin’s data) into your local system.
Hope it helps.
-
Export is export all the data from Salesforce.com excluding the recycle bin’s data.
Export All is export all the data from Salesforce including the recycle bin’s data.
Thanks
Log In to reply.