Home SALESFORCEData Loader not a valid value for the type xsd:date in dataloader or workbench

received the below error while inserting/udpateing the data/datetime value in salesforce using dataloader/workbench:

‘2015/2/11’ is not a valid value for the type xsd:date

‘4/11/2014 12:00:00 PM’ is not a valid value for the type xsd:date

here is the solution:

while uploading/inserting the date/datetime value and please make sure the format should be like:

YYYY-MM-DD

or

YYYY-MM-DD HH:MM:SSZ

format and then its work without any issues.

You may also like

Leave a Comment