// converters
YAML to TSV.
Take a YAML array of maps and export it as tab-separated values.
Client-sideTab-safeNo upload
YAML input
TSV output
FAQ
What about tabs in field values?
Tabs inside a value are replaced with the literal "\t" sequence so the column structure stays intact.
Can I export to a single map?
Yes — a map with no surrounding list is treated as a single-row TSV.