TSV to YAML
Drop a .tsv file here, or
ready
TSV to YAML
First row becomes keys; each subsequent row becomes a YAML mapping inside a top-level list. Strings stay strings unless you toggle coerce — then "42" becomes 42, "true" becomes true, and "null" becomes null. Emitter is js-yaml, which quotes anything that would otherwise parse as a number, boolean, or YAML keyword.
— S., [email protected]
Privacy
100% client-side. No upload. See the privacy policy.