GeoJSON to CSV Converter

When you need geospatial data in a spreadsheet, BI tool, or SQL COPY statement — the fastest path off the GeoJSON island.

Convert GeoJSON to CSV now

Common issues converting GeoJSON to CSV

Frequently asked questions

Will my CSV open cleanly in Excel?

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

How are coordinates represented in the output?

Two columns: 'latitude' and 'longitude'. For non-point features the values are the geometry's representative point (centroid for polygons, midpoint-on-line for lines).

Can I preserve the full polygon geometry per row?

Not in a clean CSV — a polygon's coordinates are a nested array. Convert to WKT format instead to get one text-representable geometry per row.

Are timestamps preserved?

Yes. ISO 8601 timestamp strings in properties pass through unchanged. Excel may reformat them on open — use a text-import flow if you need the original strings.

Related conversions