Notion Databases Are Rich; CSV Is Flat
Notion powers product wikis and lightweight CRMs for teams across the US, UK, Australia, Canada, and Europe. CSV is how you seed databases from spreadsheets, hand work to Excel stakeholders, and migrate between workspaces. Relations, rollups, and files do not fully survive CSV — plan for that before promising a “complete backup.”
Export vs Import Jobs
Clarify the goal first.
| Job | Approach | Notes |
|---|---|---|
| Share a database with Excel users | Export → CSV | Current view/properties matter |
| Seed a new database | Import CSV | Map property types after import |
| Merge into existing DB | Import + match on title/id | Duplicate risk |
| Move workspace → workspace | CSV per DB + rebuild relations | Multi-pass |
Step-by-Step: Export a Notion Database to CSV
What most collaborators need.
- Open the database (full page view is clearest).
- Adjust the view: visible properties ≈ exported columns.
- Use Export / Download CSV for that database.
- Preview in Online CSV Editor; confirm row counts.
- Convert to Excel if needed for leadership decks.
- Name files with workspace + database + date.
Example exported rows
Multi-selects and relations often appear as comma-separated text:
Name,Status,Owner,Tags,Due
Homepage redesign,In progress,Alex,"Design,Web",2026-05-30
API rate limits,Done,Sam,Engineering,2026-05-12Step-by-Step: Import CSV into Notion
Create a clean database from a sheet.
- Prepare rectangular CSV with a header row.
- Use ISO dates where possible.
- Import via Notion’s Import CSV flow (or merge into a new database page).
- Convert property types: Number, Date, Select, Multi-select, Checkbox.
- Rename properties to match your workspace taxonomy.
- Rebuild relations manually or with a second import pass keyed on titles.
Property Types That Flatten Badly
Set expectations with stakeholders.
| Notion property | CSV reality |
|---|---|
| Title / Text / Number / URL / Email / Phone | Generally fine |
| Select / Multi-select / Status | Text labels; options must be recreated |
| Date | ISO safest across US/UK |
| Person | Names/emails — fragile |
| Relation / Rollup | Names list or values — not live links |
| Files & media | Not in CSV bytes |
| Formulas | Exported values only, not formulas |
Dates and Locales
US/UK date ambiguity shows up in task DBs constantly.
- Prefer YYYY-MM-DD in interchange CSVs.
- If Excel rewrites dates after export, clean before re-import.
- European semicolon CSV: convert to comma before Notion if needed.
- Phone and ID-like fields: force text.
Notion vs Airtable CSV
Similar flat-file story; different product details.
- Both export views to CSV for Excel people.
- Both struggle with relations/attachments in CSV alone.
- Airtable often has more formal field typing on import; Notion wants post-import type fixes.
- See the Airtable CSV guide if you are migrating between the two.
Common Mistakes
Workspace foot-guns.
- Exporting a filtered view and thinking it was the whole database.
- Re-importing without a stable key → duplicate pages.
- Expecting rollups and relations to round-trip.
- Using CSV as the only disaster recovery plan.
- Letting Excel destroy issue keys that look like numbers.
Best Practices
Design an Export view.
- Keep a dedicated view with stable column order for agencies.
- Version CSVs with database name + date.
- Normalize selects and dates before import.
- Import relations in passes: parent DB first.
- Clean files in-browser when contractors handle client workspaces.
Why Use Convert CSV Online?
Convert CSV Online is free, browser-based, and requires no account for everyday conversions. Preview Notion exports in the Online CSV Editor, fix delimiters and dates, convert to Excel for stakeholders, or to Markdown for docs. Works on Windows, macOS, and Linux browsers.
Clean a Notion CSV now
Open the export, normalize date and select columns, download, then import or share.
Conclusion
Notion CSV is excellent for flat database values and spreadsheet handoffs. Treat relations, files, and formulas as second-class in CSV, prefer ISO dates, and keep a stable export view for US, UK, AU, and EU collaborators.
FAQ
How do I export a Notion database to CSV?
Open the database, configure visible properties, and use Export/Download CSV. The file reflects what that export path includes for your view/database.
How do I import CSV into Notion?
Use Notion’s import CSV flow to create a database, then set property types (date, select, number) to match your sheet.
Do Notion relations export to CSV?
They typically export as visible related names, not live bidirectional links. Rebuild relations after import if needed.
Can CSV fully back up Notion?
No. CSV captures cell-like values but not the full workspace (pages hierarchy, permissions, automations, files).
Why are my Notion dates wrong in Excel?
Locale day/month swapping. Use ISO dates and minimize Excel round-trips, or cleanse before re-import.
Should I use Markdown tables instead?
For short docs tables, CSV to Markdown is fine. For databases, CSV import into Notion is the better path.
References
Convert your CSV in the browser
Preview, clean, and convert CSV files free with Convert CSV Online—no installation and no account required for everyday conversions.