Importing Data
Data can be imported from CSV files in the Data Viewer.
Data Validation
The CSV importer supports column mapping and enforces all schema defined validations. For example, if you have set a field to always have unique values, you cannot import records where this field has a duplicate value.
Importing Data from CSV Files
You can download this CSV file to test this example: Sample CSV file.
- In the sidebar, click Data.
- Select the table where you want to import data, or create a new table.
- Click the Data tab.
- Click the ... button in the top right corner of the toolbar.
- Choose Import CSV from the dropdown menu.
- A dialog box will open. Click Select CSV file and choose your file.
- Select whether your table has header rows and whether it should overwrite records with the same ID. Click Import.
- When you are done, click Close.
Importing Complex Data
Please refer to the CLI's Import command docs to import more complex data, such as related records, images, smart fields, etc.