So I've spent a whole day trying to get this working but without success. I'm exhausted so I though to ask you guys if you have any solution.
I'm trying to upload a date-time field from a file excel.csv (with dataloader) to salesforce (customField__c -> type = datetime)
I'm getting this nasty error and I'm unable to go through it: Error converting value to correct data type: Failed to parse date: 27260T23:01:01+0100
Is there a way to bypass this error? I would like to know the reason why my approach is not working please.