⚡ How It Works
Parses YAML data into an object structure, extracts all keys as CSV headers, then converts each YAML record to a CSV row.
💼 Use Cases
Convert YAML config files to table format for analysis; export K8s resource configs to CSV; import YAML data into spreadsheets.
❓ FAQ
❓ Do I need to upload data?
No. All conversion happens entirely in your browser.
❓ Which YAML formats?
Standard YAML 1.2 including maps, lists, strings, numbers, booleans, nulls.
❓ How are nested objects handled?
Flattened to dot-notation keys (e.g., address.city).
❓ Can I customize the delimiter?
Yes. Choose comma (CSV), tab (TSV), semicolon, or pipe.
❓ Is this tool free?
Yes, completely free.