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
BylithiumBylithium 

Command Line issues with Data Loader

I am trying to execute the data loader from command line, it is working fine but it is only pulling the data for stand fields and custom fields data is not getting capyured. I am using the apiname __c in my mapping file and SOQL query.

 

Am I missing out something...

 

 <entry key="sfdc.extractionSOQL" value="Select id,Name,vosa__c FROM VOM__c" />

 

Mapping File:

#Mapping values
#Thu Sep 09 13:48:38 CDT 2010
ID=ID


Owner=OwnerId
vosa=VOSA__c
Name=Name