JSON to TSV
What this does
Like JSON to CSV but separated by tabs. Tab-separated text pastes straight into a spreadsheet and does not need quoting when values contain commas.
When to use it
- Pasting data directly into Excel, Sheets or Numbers.
- Data that already contains many commas (addresses, descriptions).
Good to know
Tabs inside values are replaced with spaces so columns stay aligned.