Toolzy

CSV to YAML Converter

Convert CSV data to a YAML list of objects with automatic number/boolean detection.

Input
Output

Paste CSV with a header row and instantly get a YAML array of objects. Numbers and booleans are detected automatically for cleaner output, and everything is processed locally in your browser.

How to use

  1. Paste CSV data with headers in the first row.
  2. Pick the delimiter used in your CSV (comma, semicolon or tab).
  3. Copy the generated YAML from the output box.

Frequently asked questions

Does it detect numbers and booleans?
Yes, cells that look like integers, decimals, or "true"/"false" are converted to the matching YAML type instead of staying as quoted strings.
Can I use a different delimiter?
Yes, choose comma, semicolon or tab from the delimiter selector.
Are empty rows included?
No, fully blank rows are skipped automatically.

Related tools