How to import locations from CSV
Bulk import location data safely by validating columns and normalizing place details.
Answer first
Prepare your CSV so each row is a single location and each column maps to one field.
Before importing, clean inconsistent labels and duplicate entries to reduce post-import edits.
Run a small test import first, then proceed with the full file when mapping looks correct.
Steps
- Create columns for name, address, category, and description.
- Normalize values like country names and category labels.
- Import a small sample file and confirm field mapping.
- Run the full import and review validation warnings.
Last updated: 2026-02-22
Create a map