CSV import - date datatype #1791
-
I am a new user and trying to get my first app up and running. I created some test data in a csv file. I have tried a number of ways to format the date field including ISO8601 formating - 2020-09-24T13:12:04.622Z but the table is created with no rows of data. There is clearly a failure somewhere but it is not being reported to me. I only figured out that the import was failing on the date field through standard debugging steps. My table rows only showed up after I specified the date field as a text data type. I have attached my small test data file. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @Cinbert. I can recreate this bug, thanks for that. The import is not handling blank dates, but it is supposed to. I was able to import your CSV, by making sure that there are no blank values in the Otherwise, the formatting you are using for dates is correct. |
Beta Was this translation helpful? Give feedback.
-
This issue has been resolved as of the latest release. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
This issue has been resolved as of the latest release.