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
kmadminkmadmin 

extract all in Apex Data Loader v19

I am running the data loader from the command line and have a need to export all records including those that are soft deleted (IsDeleted=true).

 

However I have been unable to figure out how to do that in Apex Data Loader v19's process-config.xml file. I tried "extract", "extract all" and "extract_all". None of that works.

 

I believe the v19 corresponds to Summer 10 release at which time the default behavior of the data loader changed. Can anyone help me with what value to put in to process.operation parameter to export soft deleted records?

 

Thanks.

CillaCilla
Did you ever get a resolution for this? We are now on Data Loader v34, and this seems to still be a problem. I cannot get "Extract All" to work. Extract works fine. But "Extract All" gives:  No enum const class com.salesforce.dataloader.action.OperationInfo.Extract All