TSV to TOML Converter

Paste tab-separated values and instantly convert them to TOML format in your browser — no upload, no server.

TSV Input

TOML Output

Enter TSV data to see TOML output

Summary

Paste tab-separated values and instantly convert them to TOML format in your browser — no upload, no server.

How it works

  1. Paste your TSV data (or upload a .tsv file) into the input panel.
  2. The first row is treated as the header and becomes the TOML key names.
  3. Each subsequent row is converted to a [[records]] table entry in TOML.
  4. Numeric values are written unquoted; everything else is quoted as strings.
  5. Click Copy to clipboard to grab the generated TOML output.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-23 · Reviewed by Nham Vu