Convert a
CSV
into anything with our free map file converter

CSV

CSV, or comma-separated values, is a common way to store tabular data. You can often import and export CSV files with spreadsheet and database software. Not all CSV files have geospatial data: they are usually just tables. Placemark supports different kinds of CSV files:

  • Longitude, latitude data that is read as a point per row
  • ZIP Codes, which are matched with a database and transformed into points

TSV files, which use tabs to separate columns, and DSV files - delimiter-separated files, which can use other separators like ; - are functionally equivalent to CSV files. Importing those files is supported in the same way.

CSV has no standardized way to represent data types other than points, so CSV files are not traditionally used for data like lines or polygons.

Have feedback or a question that isn't answered here? Contact us by email.