Topic by JJ
Hi,
I have a date field in a custom object. In my excel file I had a date field. I converted it into epoch using
=(A2-DATE(1970,1,1))*86400
So left with a load of unix-time type data.
When I try and upload this using the data import wizard, I get the error:
Data type mismatch for field hire_date
Can anyone please shed light on this? What format should the data be in, from the original CSV?