Converters
Turn a CSV table into a YAML list of records — header cells become the keys.
Conversion runs locally in your browser. Nothing is uploaded, logged, or stored.
The CSV is parsed with full RFC 4180 support — quoted fields, embedded delimiters, and newlines are handled correctly. Each data row becomes a YAML mapping keyed by the header cells, producing the list-of- records shape that Kubernetes, Helm, and most config systems expect. Values keep their YAML string form, so ambiguous values like yes or 1.0 are quoted when needed.
Reverse direction? Use the YAML to CSV converter. Related tools: CSV to JSON and CSV to HTML.
Export a sheet as CSV and convert it into YAML records ready for a Helm values file or fixture list.
Convert CSV exports into YAML for systems that load YAML-based seed or inventory files.
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