NOTION / DATABASE IMPORT
Prepare a clean CSV before importing it into Notion
Notion imports CSV data into pages or database rows, but the result depends on the header row and the values in each column. Diagnose the export first, then retain only the fields the destination database needs.
Make the first row an intentional database schema
Notion uses CSV headers to create or map database properties. Remove report-only columns, name the remaining fields deliberately, and check empty rows before importing a large file.
- A title or name column is blank, so pages are difficult to find
- Empty rows become empty database entries
- An export column creates an unwanted Notion property
Decide which columns belong in Notion
The Notion import guide describes the destination behavior, but it cannot determine whether a source field belongs in your database. Keep a mapping note for each retained header.
- Keep one stable title or primary column
- Remove only columns confirmed as report-only
- Check quoted line breaks so a note remains one cell
Prepare the file in LocaCSV
LocaCSV does not create Notion relations, formulas, or select options. It prepares a structurally clear CSV for the destination mapping step.
- Open a copy of the export and run CSV diagnosis
- Filter confirmed empty rows and review the excluded count
- Select and order only the columns needed by the Notion database
- Import a small sample and compare properties before the full run
Check the Notion database after import
- Input rows equal imported rows plus explicitly excluded rows
- The title column is populated for the intended records
- Headers map to the expected property names and types
- Long notes and quoted commas remain in the correct property
- Diagnose CSV column counts and quoted fieldsReview structural findings before changing a value or header.
- Select the columns required by the templateRemove export-only fields while keeping all data rows.
- Keep only rows that belong in the importExclude test, inactive, or incomplete records with a visible count.
If imported values have the wrong property type
Fix the Notion property type or the source representation deliberately. A CSV cleaner should not convert dates, numbers, or select values without a stated rule.
- Select the columns required by the templateRemove export-only fields while keeping all data rows.
- Diagnose CSV column counts and quoted fieldsReview structural findings before changing a value or header.
- Convert the CSV encoding or delimiterSet source and output formats explicitly and create a separate CSV.
Diagnose the Notion CSV
Official documentation
Limits and import formats can change. Use the official documentation below as the final check for your account and plan.