Logo

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

  1. Create columns for name, address, category, and description.
  2. Normalize values like country names and category labels.
  3. Import a small sample file and confirm field mapping.
  4. Run the full import and review validation warnings.
Last updated: 2026-02-22
Create a map