You need to sign in to do that
Don't have an account?
The_A-Rod
"field mapping is invalid"
The cmd for the Dataloader is telling me the "Field mapping is invalid", even though the sdl file was built in the Apex dataloader tool. I have triple checked the mappings and there's nothing woring with them.
I am a full system admin and have read/write access to every field on the custom object, so am a little confused.
Other things I have tried which made no difference:
-Deleted unmatched columns in the csv
-Checked to make sure there were no white spaces in the sdl file
-Used field labels to map rather than the API label
I am a full system admin and have read/write access to every field on the custom object, so am a little confused.
Other things I have tried which made no difference:
-Deleted unmatched columns in the csv
-Checked to make sure there were no white spaces in the sdl file
-Used field labels to map rather than the API label
<entry key="sfdc.entity" value="My_Custom_Object__c"/>
All Answers
Are you trying to load data directly into the formula field? You can't do that. Instead, load data into the other fields and the platform will calculate the formula field values for you.
Please let me know if this helps
Best Regards
Naga kiran
This is so frustrating
<entry key="sfdc.entity" value="My_Custom_Object__c"/>