packages/twenty-docs/user-guide/data-migration/capabilities/file-formats.mdx
Twenty supports three file formats for import:
| Format | Extension | Notes |
|---|---|---|
| CSV | .csv | Recommended, most compatible |
| Excel | .xlsx | Modern Excel format |
| Excel (Legacy) | .xls | Older Excel format |
| Requirement | Value |
|---|---|
| Encoding | UTF-8 recommended |
| Record limit | 10,000 records per file |
| Structure | First row must contain column headers |
| Content | One object type per file |
,) or semicolon (;)") for text containing commasWhen exporting from Excel:
For datasets larger than 10,000 records:
<Note>For very large migrations (100,000+ records), the API is significantly faster and more reliable than CSV imports.</Note>