-
-
Notifications
You must be signed in to change notification settings - Fork 458
Open
Labels
readyReady for implementationReady for implementationrestricted: maintainersOnly maintainers can resolve this issueOnly maintainers can resolve this issuetype: bugwork: backendRelated to Python, Django, and simple SQLRelated to Python, Django, and simple SQL
Milestone
Description
Steps to reproduce
-
From the Schema Page, choose "New Table" > "From Data Import"
-
Select "Copy and Paste Text"
-
Paste the following and proceed:
date 2000-01-01 12:00:00 -
Expect to see a preview of your data to be imported.
-
Instead, observe the error:
Unable to tabulate data
Notes
-
I've tried the following date/time formats, all with the same error:
- (A): 2000-01-01 12:00:00
- (B): 2000-01-01T12:00:00
- (C): 2000-01-01T12:00:00.0Z AD
- (D): 2000-01-01T12:00
- (E): 01/01/2000 12:00 pm
- (F): 01/01/2000 12:00
Note that format (C) is what Mathesar uses when exporting from a Date & Time column. That would seem to demonstrate that users cannot import what they export, which seems especially problematic. to me.
Metadata
Metadata
Assignees
Labels
readyReady for implementationReady for implementationrestricted: maintainersOnly maintainers can resolve this issueOnly maintainers can resolve this issuetype: bugwork: backendRelated to Python, Django, and simple SQLRelated to Python, Django, and simple SQL