Import & Export
CSV Import
Import data from a CSV file into a new table or append to an existing one.
Into a new table
- Click Import in the toolbar
- Upload your CSV file
- TinyTables auto-detects columns and data types
- Review the column mapping; adjust names and types if needed
- Click Import to create the table with all data
Into an existing table
- Open the target table
- Click Import in the toolbar
- Upload your CSV file
- Map CSV columns to existing table columns
- Unmapped columns can be skipped or added as new columns
- Click Import to append rows
Import tips
- Headers required: the first row must be column headers
- UTF-8 encoding: use UTF-8 for international characters
- Date formats: ISO 8601 (
2026-01-15) works best; other formats may need manual mapping - Select fields: values must match existing options exactly (case-sensitive)
CSV Export
Export your table data to a CSV file.
- Click Export in the toolbar
- Select columns: check which columns to include (default: all)
- Preview the first few rows
- Click Download to save the CSV file
Export respects your current view settings. If you have filters or sorts applied, only the visible/filtered data exports.
Excel (XLSX) Export
Export to Excel format:
- Click Export → Excel
- Same column selection and preview as CSV
- Download as
.xlsxfile
Excel export preserves formatting and data types better than CSV for numbers, dates, and multi-select values.
Note
Export is limited to the current view's filtered data. To export ALL records regardless of filters, remove all filters before exporting, or create an unfiltered view.
Tip
Use CSV import for initial data migration: import your contacts from a spreadsheet, your products from an inventory file, or your tasks from another project management tool.