CSV to YAML

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

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

YAML result

How it works

  1. The header becomes the field names.
  2. Each row 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.

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?

The result is a list you can read without a spreadsheet.