Hi, I’m struggling to get an upload working with the attached (anonymized) CSV.
Employee copy.csv (23.2 KB)
Note that when I attempt the upload this is just called “Employee” to match the destination table.
The import proceeds successfully but any row with a value in the dateStart field gets ignored. I get messages for each row like the following:
45 07:16:17 IMPORT_DATA Ignores rows with values [Anon, Anon, , Transport, 2023-29-4T08:00Z, 37387329, Yes, --, --, --, --, null, , -, 0.00, --, --, https://premiumboat.backendless.app/api/files/Images/Profile Images/headshot-placeholder.jpg, M/T/W/Th/F, 5pm, 8am - 5pm; M/T/W/Th/F, 8am, --, --, DC1D6755-10AE-4B1A-9DD4-0EBE43ABB77A, , Tue May 28 09:43:49 UTC 2024, Tue May 28 09:43:59 UTC 2024]. Invalid date format for value ‘2023-29-4T08:00Z’
and sometimes a separate error for rows that have no update date:
22 07:16:17 IMPORT_DATA Ignores rows with values [Manager, Test, n/a, --, Mon Jan 01 08:00:00 UTC 1900, null, null, --, --, --, --, null, Manager Test, -, 0.00, --, --, https://premiumboat.backendless.app/api/files/Images/Profile Images/headshot-placeholder.jpg, M/T/W/Th/F, 5pm, 8am - 5pm; M/T/W/Th/F, 8am, --, --, null, null, Thu May 09 04:21:02 UTC 2024, null]. Invalid date format for value ‘null’
I have tried multiple different datetime formats, ranging from what is shown here to exact replicas of the dates that were output when I exported the file. I can’t quite find what I’m doing wrong. Can you advise?
Thanks!