Converters
Flatten a YAML list of records into a CSV table — header built from record keys.
Conversion runs locally in your browser. Nothing is uploaded, logged, or stored.
The YAML is parsed into native values, and the top-level list becomes the rows of the table. The header is the union of all keys across records, so records with different fields still convert cleanly — missing values become empty cells. Fields containing the delimiter or newlines are quoted per RFC 4180.
Reverse direction? Use the CSV to YAML converter. If your source data is JSON instead, the JSON to CSV converter does the same job.
Turn a YAML list of environments or feature flags into CSV for review in Excel or Google Sheets.
Convert YAML fixture data to CSV for tools that only accept tabular imports.
Convert XML to JSON with support for nested elements, attributes, arrays, CDATA, and text nodes.
Convert JSON to well-formed XML with objects, arrays, nested structures, and custom root elements.
Convert JSON to clean, readable YAML — ideal for config files, Kubernetes manifests, and CI pipelines.
Convert YAML to JSON with full support for nesting, lists, and scalar types.
Looking for something else? Browse all tools