[SalesForce] Dataloader error : Error converting value to correct data type: Failed to parse date: Yes

I tried to upload a CSV file through Data loader without date field but still I am getting below error message:

"Error converting value to correct data type: Failed to parse date: Yes"

Please help me to resolve the issue.

Best Answer

You should check your csv carefully. It seems that there's YES value instead of date value.

Also be sure that your date format is accaptable for salesforce. ( you can set your date format below screenshot setting) If you check this checkbox, date format should be like dd/MM/yyyy and dd/MM/yyyy HH:mm:ss.

Apex Data Loader -> Settings -> Use European date format ApexDataLoader-Settings