Convert KML to CSV
Extract placemarks from KML files into CSV
Converting the other way? Use the CSV to KML converter. See all geo format converters. Need to convert another format? Search all of our CSV converters.
KML Input
Drop a CSV file here or
Only the first file is used if multiple are dropped.
The request is made directly from your browser. No proxy is used.
CSV Output
CSV output will appear here...
How to Use This Tool
This tool converts KML into CSV. Each placemark becomes a row: names, descriptions, and ExtendedData fields become columns, and coordinates become latitude/longitude or WKT. Runs entirely in your browser — nothing is uploaded.
- Paste or upload your KML — Exports from Google Earth and Google My Maps work directly.
- Get your CSV — Preview the table, then copy the result or save it as a .csv file.
FAQ
4 questionsDoes this tool upload my data?
No. The conversion happens entirely in your browser. Your data never leaves your device.
What is a KML file?
KML (Keyhole Markup Language) is the XML format used by Google Earth and Google Maps to store placemarks, paths, and polygons.
Are ExtendedData fields included?
Yes. Placemark name and description become columns, and every ExtendedData field becomes its own column too.
How are paths and polygons handled?
Point placemarks get latitude and longitude columns. Paths and polygons are kept as one row per placemark, with the geometry written to a geometry_wkt column in standard WKT text.