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
Nikita Yadav 17Nikita Yadav 17 

How to solve :: Error converting value to correct data type: Failed to parse date: 03-03-2020 15.57

Hello,

I am uploading ContentVersion records using Dataloader desktop app which are downloaded from Data export but i am getting below error,

Error converting value to correct data type: Failed to parse date: 03-03-2020 15.57

Can anybody tell me how to solve this error?How to change Format or somethingelse?

Thank u in advance!!

VinayVinay (Salesforce Developers) 
Hi Nikita,

Generally you see this error when you do not provide correct formats.  Below are correct format.
YYYY-MM-DD
YYYY-MM-DD hh:mm:ss
YYYY-MM-DD hh:mm:ss
YYYY-MM-DDThh:mm:ssZ
YYYY-MM-DDThh:mm:ss.sssZ
Check below reference for more details.
https://help.salesforce.com/s/articleView?id=000316873&type=1

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,