Convert KML to CSV

Convert a KML file (e.g. from Google Earth) to a CSV spreadsheet, in your browser.

Output (CSV)

KML/GPX parsing only runs in the browser.

Runs entirely in your browser - nothing is sent to a server.

Related tools

How it works

  1. 1

    Paste your KML

    Exported from Google Earth or Google My Maps.

  2. 2

    Copy the CSV

    Ready to open in Excel/Google Sheets.

FAQ

How are Point placemarks written to CSV?
As lat and lon columns, alongside the placemark’s name and other properties.
What about Polygon/LineString placemarks?
They’re written as WKT text in a wkt column instead, since they can’t be represented as one lat/lon pair.