Changelog

Import CSV into Your Database

1 min read

You can now import a CSV file directly into a table in your App's database.

Upload a spreadsheet from the Database tab, pick the table to fill, and choose how to handle data that is already there:

  • Append. Add the new rows to the table's existing data.
  • Replace. Overwrite all rows in the table.
  • Require empty. Import only when the table has no rows yet.

To get started, open the Database tab in the App Builder and click Import CSV. Learn more in the Database docs.