Why convert YAML to CSV?
YAML is great for configuration and fixtures, but spreadsheets and data tools want CSV. Paste a YAML sequence of objects above and get a CSV file in milliseconds, ready to open in Excel or import anywhere.
How it works
The converter parses your YAML locally and turns each object of the sequence into a CSV row. The header is the union of the columns found across all rows, and nested values are serialized as inline JSON so nothing is lost.