Import/Export
Last updated
Last updated
It's possible to import or to export data from the tables you created.
The only exception is the users table where you can only export data.
To import data to your table, you can use a CSV file using the ";" as separator. Also it's possible to use a JSON file to import.
Use "Add new record" button to create at least one row of data. Then export the file using CSV or JSON to see the structure and make it easier to import. Remember to clear data from the default columns: uid, author, createdAt and updatedAt.
It's not possible to import "Storage" type data. If you try to import your data and there is a storage row filled with any kind of data, the upload will return an error.
To export data it's possible to choose between CSV or JSON format.
Note that the total number of exported items will be counted against the API limit of your project.