You need to sign in to do that
Don't have an account?

Data loader:urgent
Hi all
How to upsert csv file using command line data loder if dont have any external id
How to upsert csv file using command line data loder if dont have any external id
You need to sign in to do that
Don't have an account?
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.
Have you tried to set the external Id in the process-conf.xml to "Name" field of the custom object?