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
Derrick AbbeyDerrick Abbey 

Data Loader via command line appearing to have issues parsing an update csv

Hi Community,

I'm hoping I can get some help with an issue I'm having with running the Date Loader via the command line.  My csv and mapping files work fine.  If I run an update using the Data Loader UI, then the update goes through just fine.  However, if I try to do an update with the same csv and same mapping file via the command line, I get an error stating "Id not specified in an update call."  When I look at the error file, it appears that Data Loader is having trouble parsing the CSV because the two fields I have specified are returned in the same value.  Here's and example:

"ID,OWNERID","ERROR"
"0060c00001QtX8EAAV,005a0000007tQb9AAE","Id not specified in an update call"

I've double checked that the csv is encoded in UTF-8 and I have it set to read UTF-8 in my config file.  Any thoughts?  Thank you.