Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
[x] I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Self
Method: docker compose
Budibase Version: 2.19.6
Describe the bug
When exporting "JSON with Schema" the file extension is .jsonWithSchema instead of .json
I was also exporting a table that had a JSON column, and re-importing, it showed as null instead of 'json'.
To Reproduce
Steps to reproduce the behavior:
Create a Budibase internal DB with a JSON array column. Add some row data.
Export with JSON schema
See that the file extension is not .json
Correct the file extension, then create new table -> import JSON
See that the JSON column is type null, when it should say 'JSON'. The import still works.
Expected behavior
If I export a table as JSON with schema, the file extension should be .json.
If I import a table as JSON, JSON type columns should be imported successfully.
Checklist
Hosting
Describe the bug When exporting "JSON with Schema" the file extension is
.jsonWithSchema
instead of.json
I was also exporting a table that had a JSON column, and re-importing, it showed as null instead of 'json'.To Reproduce Steps to reproduce the behavior:
.json
Expected behavior If I export a table as JSON with schema, the file extension should be
.json
. If I import a table as JSON, JSON type columns should be imported successfully.Screenshots
Data export export.json