CSV Tools

Convert GeoJSON to CSV

Convert GeoJSON features to CSV rows

Converting the other way? Use the CSV to GeoJSON converter. See all geo format converters. Need to convert another format? Search all of our CSV converters.

GeoJSON Input

CSV Output

CSV output will appear here...

How to Use This Tool

This tool converts GeoJSON into CSV. Each feature becomes a row: properties become columns, point coordinates become latitude and longitude, and other geometries are preserved as WKT. Runs entirely in your browser — nothing is uploaded.

  1. Paste or upload your GeoJSON — A FeatureCollection, a single Feature, or a bare geometry all work.
  2. Get your CSV — Preview the table, then copy the result or save it as a .csv file.

FAQ

4 questions
Does this tool upload my data?
No. The conversion happens entirely in your browser. Your data never leaves your device.
What is a GeoJSON file?
GeoJSON is a JSON-based format for geographic data used by web maps, geojson.io, QGIS, and most modern GIS tools. It stores features — points, lines, and polygons — together with their properties.
How are lines and polygons handled?
Point features get latitude and longitude columns. Lines, polygons, and multi-geometries are kept as one row per feature, with the geometry written to a geometry_wkt column in standard WKT text.
What happens to nested properties?
Top-level property keys become columns. A property whose value is an object or array is written as JSON text in its cell.

More Geo Formats Tools

8 tools

More CSV Tools

115 tools