Root must be a list
The tool expects a top-level YAML sequence of mappings.
Fix: Wrap a single object in a list or restructure the input.
header • up to 320x100 / 728x90
Turn a YAML list of records into a CSV file ready to open in Excel, Google Sheets, or Numbers
Output will appear here...
content bottom • up to 300x250
sidebar • 160x600
Last reviewed:
YAML is a human-friendly data serialization format that relies on indentation instead of braces, commonly used for configuration in Kubernetes, CI/CD, and modern tooling.
YAML to Excel parses a YAML document that is a list of objects, collects the union of all field names as headers, and emits a CSV file with proper quoting of commas, quotes, and newlines.
It's ideal for moving YAML fixtures, config lists, or API responses into a spreadsheet for analysis.
- id: 1 name: Ada role: admin - id: 2 name: Bob
id,name,role 1,Ada,admin 2,Bob,
The tool expects a top-level YAML sequence of mappings.
Fix: Wrap a single object in a list or restructure the input.
Nested fields get flattened as JSON strings in cells.
Fix: Pre-flatten complex fields if you want them in separate columns.
Yes — save the output as .csv and open in Excel, Google Sheets, or Numbers.
They are serialised as JSON strings inside the cell.
No — provide a single YAML list.
Comma (,) — standard CSV format.
No — conversion is client-side only.
Combine with YAML formatter, JSON converters, and CSV tools. You can also browse the full Data Converters category for more options.
Convert YAML objects or arrays into CSV online with inferred columns, escaped cells, and copy-ready rows for spreadsheets, imports, and data cleanup.
Format and beautify YAML content online with proper indentation and flow styles. Paste YAML and get clean, readable output instantly.
Validate YAML syntax online and catch indentation and structure errors instantly. Paste YAML config files and get detailed error messages with line numbers.
Convert YAML to JSON format
Normalise a YAML document and encode it as UTF-8 Base64 — ideal for Kubernetes Secrets
View CSV data in a table format
Convert Excel or CSV spreadsheets to JSON online with sheet previews, structured export, and copy-ready data for apps, APIs, and scripts.
Convert XML records into CSV online by extracting repeating elements into spreadsheet-ready rows with escaped cells and readable column headers.
Convert CSV into a Jira-ready table for issue descriptions and comments, with escaped cells, readable headers, and copy-ready pipe-table output.
Convert CSV to JSON format
Convert CSV rows into SQL MERGE statements online with key-column matching and PostgreSQL or SQL Server output for sync and bulk update workflows.
Convert CSV rows into SQL UPDATE statements online with selectable key columns, table names, and MySQL, PostgreSQL, or SQL Server output.