// converters
YAML to CSV.
Take a YAML array of maps and export it as CSV, with safe quoting of commas and quotes.
Client-sideSafe quotingNo upload
YAML input
CSV output
FAQ
What if the YAML is a single map, not a list?
It still works — a single map is wrapped in a list automatically, producing a one-row CSV.
What about missing keys?
Missing keys are written as empty cells, so the output is a complete grid with one column per key.