Skip to content
How to import records to a table from a CSV file
- Export the empty dataset schema using the ‘export table data’ button and
selecting ‘CSV’.
- Use this template to create a CSV file in the right format to import your data.
Note: the field separator ‘,’ used for CSV files.
- Use the ‘import table data’ to bring the data back into the table via the CSV file.
- Note: Rows will be appended to the current table except when ´Replace data’
check is selected.
- The dataset will be automatically validated after import.
- Note: the name of the CSV will have to be the same as the name of the table
that is going to be imported data to.