CSV to JSON

Turn a table into a list. The conversion runs in your browser.

Your files are processed in your browser and are never uploaded or stored on our servers.

JSON result

How it works

  1. The first line names the fields.
  2. Each following line becomes one object.
  3. A broken table is rejected in one sentence.

What the file should look like

UTF-8 CSV. The first line is the header. A quoted comma stays in one cell.

Where the file goes

Nothing is uploaded. The browser keeps the result here until you copy it, download it, or clear it. Closing the tab drops it.

Questions

Is my file uploaded?

No. It is read in this browser and is never sent to MegaToolkit.

What do I get?

A spreadsheet opens the CSV. The list keeps the same field names.