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
Salesforce Test 5Salesforce Test 5 

Data loader:urgent

Hi all

How to upsert csv file using command line data loder if dont have any external id
Salesforce Test 5Salesforce Test 5
Hi Christian Cequina How its possible..for example i have 20 record in csv file .i will upsert that csv file ,its ok.after some day i will update that csv file 20+20 record ,then how to upsert in this scenario...
Christian CequinaChristian Cequina
Hi Sakesforce Test 5,

I think the csv must contain a column of ID values and Name field.
If ID is not blank, it will update the record matches the ID, if It is blank, it will insert a new record.

May i see the sample format of your csv file? 

thank you.
Christian CequinaChristian Cequina
Hi Salesforce Test 5,

Have you tried to set the external Id in the process-conf.xml to "Name" field of the custom object?
<entry key="sfdc.externalIdField" value="Name"/>