Convert GeoJSON to CSV
Convert a GeoJSON FeatureCollection into CSV with longitude, latitude, and every property as a column — parsed locally, nothing uploaded.
Loading tool…
What is GeoJSON?
GeoJSON stores geographic features and their properties as JSON. It is ideal for maps but hard to read as a plain table.
Why convert GeoJSON to CSV?
CSV opens in Excel, Google Sheets, and Numbers. Flattening features into rows lets you sort, filter, and chart the attributes of your points and shapes without code.
How the conversion works
Convertur extracts longitude and latitude for point features, records the geometry type for lines and polygons, and adds one column per property key found across all features — escaping commas and quotes for clean import.
How to geojson to csv
- Drop a .geojson file into the zone above.
- Convertur collects every property key into a header row.
- Press Convert — parsing runs in your browser.
- Download the CSV and open it in a spreadsheet.