Convert GeoJSON to CSV

Upload a GeoJSON file and download CSV with coordinates and attribute columns. Opens in Excel and pandas.

GeoJSON files with point features can be exported to CSV format with one row per feature and columns for latitude, longitude and all properties. This makes it easy to open data in Excel, Google Sheets, pandas or other data analysis tools.

Choose which attributes to include via the attribute table. Conversion happens locally in your browser.

Upload file

Drag and drop your file here

or Choose file

KML, KMZ, GPX, GeoJSON, CSV, Shapefile (.zip) · Max 50 MB

Files are processed locally in your browser and never sent to any server.

Frequently Asked Questions

Which columns does the CSV file get?

The CSV file contains columns for latitude (lat) and longitude (lon) plus one column per property key in the GeoJSON file.

Can I choose which attributes are exported?

Yes. Open the attribute table and deselect the fields you do not want included in the export.

Are polygons and lines supported?

CSV export only supports point features (Point). Polygons and lines are not included and are reported as a warning.

Is the CSV file safe to open in Excel?

Yes. Field values that could be interpreted as formulas by Excel (starting with =, +, - or @) are automatically prefixed with a tab character to prevent formula injection.