YAMLCSV

Convert data in YAML format to CSV format. As in the example below, paste YAML on the left and the CSV result appears instantly on the right.

Example

YAML
- id: 1
  name: Ada
  role: admin
- id: 2
  name: Linus
  role: editor
CSV
id,name,role
1,Ada,admin
2,Linus,editor
Open this converter

How to Convert

  1. Select YAML as the source format and CSV as the target format.
  2. Paste your YAML data into the input box on the left.
  3. Copy or download the CSV result generated on the right.

Notes

Related Conversions