Data import will not accept properly formatted dates #15756
Labels
backend
Involves some work on the backend
bb-data-import-export
Exporting/Importing of data
bug
Something isn't working
date
Relating to dates, e.g. Date Picker, formatting, etc
env - production
Bug found in production
firestorm
Data/Infra/Revenue Team
internaldb
Relating to Budibase InternalDB (CouchDB)
Checklist
Hosting
Describe the bug
When importing data to a new table and setting a field format to "Date", I receive an error that the formatting isn't correct even though it is:
Invalid format for field "Test": "2024-10-31T00:00:00Z". Datetime fields must be in ISO format, e.g. "YYYY-MM-DDTHH:MM:SSZ".
To Reproduce
Import a CSV to a new table with the following content:
OR a JSON with the following content:
Make sure that the "Test" field type is set to "Date".
Expected behavior
The data should import without error.
Screenshots


App Export
This is on a brand new app.
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: