Skip to content

Convert TSV to Markdown.

Turn tab-separated rows into a tidy Markdown table, with the first line read as the header. It runs entirely in your browser, so your file never leaves your device.

Instant & offlineFree, no accounts

Drag & drop your files

or

WordExcelPowerPointPDFEPUBCSVJSONCode
+135 file formats supported
Batch convertMany files at once
100% privateStays on your device
Works offlineNo connection needed
Preset

Optimize for AI & RAG

Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.

Add YAML front matter

Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.

Add table of contents

Build a linked index from the headings. Handy for long documents.

Export RAG chunks (.json)

Split the result into retrieval-ready chunks. Download per file from the result panel.

Most converters quietly upload your documents to a server. This one physically can't.

01Why

Tabs are great,
pipes are better.

A TSV holds its columns with invisible tab characters that only line up in a code editor. Converting redraws those same rows as a Markdown table anything can render.

TSVdata.tsv

sku qty stock

A100 4 120

A220 12 60

Columns split on tabs, not spaces.

MDdata.md

| sku | qty | stock |

| --- | --- | --- |

| A100 | 4 | 120 |

| A220 | 12 | 60 |

02Features

Everything you
actually need.

Tab-separated rows in, a clean Markdown table out, with no server and no account anywhere.

It never leaves your browser

Your .tsv is parsed and converted on your own device. Nothing is uploaded to any server, ever.

local
TSVdata.tsv

# Heading

- point one

3 chunks

AI & RAG ready

Optional cleanup, YAML front matter, a table of contents and RAG chunk export.

Works offline

Once the page has loaded you can switch off your connection and it keeps converting.

comma-safetabno escaping

Tabs, not commas

Fields split on tabs, so a value that contains commas stays whole, with no escaping to untangle.

éñü

Unicode safe

Accents, symbols and non-Latin scripts come through intact as UTF-8.

Free, and unlimited

No sign-up, no quotas, no watermarks. Convert one file or a thousand; it all runs the same way, on your own device.

03Fidelity

Tabs in,
a real table.

TSV is a lossless, one-to-one mapping: every tab boundary becomes a column divider, so the data lands in Markdown exactly as it was, with nothing meaningful left behind.

Kept

4
  • Every row
  • Every cell
  • Header row
  • Unicode / UTF-8

Not in a TSV

4
  • Styling
  • Formulas
  • Multiple sheets
  • Charts & images
TSVdata.tsv
sku qty stock
kept
A100 4 120
kept
A220 12 60
kept

Header and every data row land in the table, so nothing on the page is left behind.

04FAQ

TSV questions,
answered.

Everything worth knowing before you drop in a tab-separated file.

05More

Other converters.

Working with more than tab-separated files? These convert the same way: privately, in your browser.

Texinfo to Markdown

.texi · .texinfo

GNU Texinfo manuals.

Convert

Perl POD to Markdown

.pod

Perl inline documentation.

Convert

scdoc to Markdown

.scd

scdoc man-page source.

Convert

Gemtext to Markdown

.gmi

Gemini protocol pages.

Convert

txt2tags to Markdown

.t2t

txt2tags markup.

Convert

Djot to Markdown

.dj

Djot lightweight markup.

Convert

JSON to Markdown

.json · .jsonc · .json5 · .ndjson

JavaScript Object Notation data.

Convert

XML to Markdown

.xml

Extensible markup data.

Convert