← Back to Main Page

CSV Format Help

This page explains the accepted CSV formats for uploading base and subbase locations in Mapped Together. You can also download ready-to-use sample CSV files below.

1. Latitude/Longitude Format (Recommended for Precision)

Each file must have a header row:
Name,Latitude,Longitude

Example Base CSV:

Name,Latitude,Longitude
Base 1,34.0522,-118.2437
Base 2,41.8781,-87.6298
      

Example Subbase CSV:

Name,Latitude,Longitude
Subbase 1,37.7749,-122.4194
Subbase 2,40.7128,-74.0060
      

2. Address Format (Flexible, Geocoded Automatically)

Recommended columns:
Name,Address,City,State,Zip

Example Base CSV:

Name,Address,City,State,Zip
Base 1,1111 S Figueroa St,Los Angeles,CA,90015
Base 2,233 S Wacker Dr,Chicago,IL,60606
      

Example Subbase CSV:

Name,Address,City,State,Zip
Subbase 1,789 Pine St,San Francisco,CA,94108
Subbase 2,101 Maple Ave,New York,NY,10001
Subbase 3,500 S Grand Ave,Los Angeles,CA,90071
Subbase 4,233 S Wacker Dr,Chicago,IL,60606
      

Alternative Address Formats Allowed:

The more columns you provide, the more accurate the geocoding will be. The app will combine available columns to form the address for lookup.

General Notes