EditSafely

Convert GeoJSON to CSV

Convert a GeoJSON file to a CSV file. Runs entirely in your browser, so your data never leaves your device.

0 chars · 0 lines

Output

The result appears here as you type.

How to use Convert GeoJSON to CSV

  1. 1. Paste the GeoJSON. Drop a FeatureCollection or a single feature into the input pane. Point geometries and their properties are read straight away; the structure does not need to be pretty-printed.
  2. 2. See features flatten into rows. Each feature becomes one CSV record. Property keys turn into columns, and the geometry is unpacked into longitude and latitude columns so nothing about the location is lost.
  3. 3. Copy the table. Copy the CSV from the output pane into Excel, a database import or a reporting tool that has no idea what a FeatureCollection is.

When to use Convert GeoJSON to CSV

Convert GeoJSON to CSV goes the opposite direction from most mapping workflows: it takes features built for maps and flattens them back into rows for spreadsheets and databases. Use it when the analysis or the audience is tabular but the data arrived as GeoJSON.

  • Auditing an exported map layer. A colleague exported markers from a mapping tool as GeoJSON. Flatten it to CSV to scan all the names and coordinates at once instead of clicking pins one by one.
  • Feeding location data to a BI tool. Your dashboard software imports CSV, not FeatureCollections. Convert the layer here and the longitude and latitude columns slot directly into its geographic chart types.
  • Counting and sorting features. Questions like how many points fall in each category are easier with spreadsheet filters than with JSON. One conversion turns the layer into something you can pivot.
  • Round-tripping edits through a spreadsheet. Convert to CSV, let a non-technical teammate fix names and categories in Sheets, then run the corrected file back through the CSV to GeoJSON tool.

Examples

Features become rows

Input

{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[13.405,52.52]},"properties":{"name":"Berlin"}}]}

Output

name,longitude,latitude
Berlin,13.405,52.52

About the Convert GeoJSON to CSV tool

Convert GeoJSON to CSV is a free online tool that works entirely inside your web browser. Convert a GeoJSON file to a CSV file. Because the processing happens on your own device, nothing you enter is uploaded, logged or stored anywhere.

This page is one of 133 CSV utilities on EditSafely. Each one does a single job well, and all of them follow the same rule: your input stays on your machine.

There is nothing to configure. Provide the input and the result appears on its own. A worked example further down the page shows exactly what the tool produces for a real input.

Because nothing leaves your device, the tool is suitable for sensitive content such as internal documents, credentials or customer data. It also responds instantly, since every keystroke is handled on your own machine rather than by a remote API.

Frequently asked questions

Is Convert GeoJSON to CSV free to use?

Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.

Is it safe to paste sensitive or confidential data?

Everything happens locally. Your browser downloads the tool's code once, then does all the processing itself; nothing you enter is transmitted, stored or logged. You can even go offline after the page loads and it will still work.

How much text can I process at once?

There is no fixed limit. Because the work happens on your own device rather than on a shared server, the practical ceiling is your machine's memory, which comfortably handles inputs far larger than typical online tools allow.

Do I need to sign up or install anything?

No. The tool works in any modern browser on desktop, tablet or phone. There is no account to create, no extension to add and no software to install.

How do I use the result?

The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.

Related tools

All CSV Tools