KML to CSV Converter

When a stakeholder has dropped pins in Google Earth and the team needs that list in a spreadsheet or a database.

Convert KML to CSV now

Common issues converting KML to CSV

Frequently asked questions

What columns are in the output?

'name' and 'description' from the Placemark, 'latitude' and 'longitude' from the geometry, plus one column per ExtendedData <Data> element found across the file.

How are lines and polygons represented?

As their centroid in the lat/lng columns. For full geometry preservation convert to WKT instead.

What about nested folders in the KML?

Folder structure is flattened — every Placemark becomes a row regardless of how deeply it's nested. An optional 'folder' column records the parent folder name.

Is the output UTF-8?

Yes, UTF-8 with a BOM so Excel on Windows renders accented characters correctly on double-click.

Related conversions