// converters

TSV to YAML.

Parse TSV (tab-separated values) and produce a YAML array of mappings using the first row as headers.

Client-sideTab-safeNo upload

TSV input

YAML output

FAQ

Is the delimiter auto-detected?

No. TSV is tab-separated; the header row is always the first row.

What about tab characters inside a field?

Tabs inside quoted fields are preserved. jQuery-Slick-style escaped quotes ("") are also supported.