TOML to TSV Converter

Paste a TOML array-of-tables and instantly download or copy it as tab-separated values.

Summary

Paste a TOML array-of-tables and instantly download or copy it as tab-separated values.

How it works

  1. Paste your TOML document into the input panel.
  2. The tool detects all top-level keys that contain an array of objects.
  3. Select which array-of-tables to export from the dropdown.
  4. Column headers are inferred from the union of all keys in the array items.
  5. Click "Copy TSV" or "Download .tsv" to get your data.

Use cases

  • Export Cargo.toml dependency tables to a spreadsheet for auditing.
  • Convert pyproject.toml tool configuration arrays for documentation.
  • Turn TOML dataset files into TSV for import into databases.
  • Quickly compare structured TOML config arrays side-by-side in a spreadsheet.
  • Convert TOML fixtures to TSV for use in test suites that read CSV/TSV.
  • Share configuration tables with non-technical stakeholders via Excel.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu