Create table with import CSV
You can import a CSV file to quickly create a new table or update an existing one. Import is available from both the Home and Tables screen with simple steps.
Import CSV from "Home" screen
- Click the “Import CSV” button on the home screen.
- Choose the CSV file you want to import.
Choose the delimiter that separates your CSV data. Selecting the correct one ensures your file imports and displays correctly.
- Comma (,): Most common delimiter for standard CSV files.
- Semicolon (;): Often used in European CSV formats.
- Tab: Used in TSV files, easy to read in spreadsheets.
- Pipe (|): Useful when data contains commas or semicolons.
- Check the checkbox near "First row contains column names" if the first row contains column names.
- The system creates a new table with your columns from the CSV and opens it.
Import CSV from "Tables" screen
- Click the “Create new” button on the "Tables" screen.
- Select “CSV import” from the dropdown.
- Choose the CSV file you want to import.
Choose the delimiter that separates your CSV data. Selecting the correct one ensures your file imports and displays correctly.
- Comma (,): Most common delimiter for standard CSV files.
- Semicolon (;): Often used in European CSV formats.
- Tab: Used in TSV files, easy to read in spreadsheets.
- Pipe (|): Useful when data contains commas or semicolons.
- Check the checkbox near "First row contains column names" if the first row contains column names.
- The system creates a new table with your columns from the CSV and opens it.