Updating from CSV has problems with some dates

Hi, im using SeaTable Cloud and noticed some weird Date-Column Behaviour when updating/importing from CSV. I managed to reproduce this on a clean base:

I created a base with a date column and a string column. The later one contains the date again, just to have a comparison (point 1 in the screenshot)

I uploaded a CSV file (point 2) with exactly this content:

name;date;dateasstring
A;1999-12-31;31.12.1999
B;2000-01-01;01.01.2000
C;2000-06-18;18.06.2000
D;1999-06-18;18.06.1999
E;2002-09-24;24.09.2002
F;2001-09-24;24.09.2001
G;2000-09-24;24.09.2000
H;1999-09-24;24.09.1999

Preview looks good, see point 3
But in the final result some random dates are twisted, see point 4

Not sure of this is a bug or if I am using it wrong. Any help is appreciated!

best!

I can confirm this behaviour, BUT …

you’re trying to import dates with the format 2002-09-24 into a date-column with the format type dd.mm.yyyy. SeaTable tries to figure out the right date and fails.

The solution is to switch the date format or the date-column to ISO 2024-09-03. Then the import works like a charm:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.