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
p PILLIp PILLI 

update key using command line data loader

how to using update key word without salesforce id record in command line data loader it is possible 
NagendraNagendra (Salesforce Developers) 
Hi,

You can do something like this

process-conf.xml:
<property name="name" value="csvUpdateOpp"/>
<property name="configOverrideMap">
    <map>
        //...
        <entry key="sfdc.entity" value="Opportunity"/>
        <entry key="process.operation" value="update"/>
        <entry key="process.mappingFile" value="<..>\opportunityUpdateMap.sdl"/>
        <entry key="dataAccess.name" value="<..>\extract.csv" /> 
    </map>
</property>
You could refer to your own samples directory and check extract, update etc. operations
C:\Program Files (x86)\salesforce.com\Data Loader\samples\conf
Thanks,
​​​​​​​Nagendra

 
p PILLIp PILLI
hi 
Nagendra sir 

without salesforce id how to update only
external id there