πŸ“‘

TSV to Markdown Table Converter

Convert tab-separated values (TSV) to Markdown tables. Upload a .tsv file or paste tab-separated data directly. Free and 100% browser-based.

Drop your file here

or click to browse

Supports: .tsv, .txt

Markdown Output

What Is TSV?

TSV (Tab-Separated Values) is a plain-text format that uses tab characters (\t) to separate values in each row, and newlines to separate rows. It is commonly exported from databases and spreadsheets as an alternative to CSV.

When you copy rows from Microsoft Excel or Google Sheets and paste them, the data is automatically tab-separated β€” making TSV the natural format for spreadsheet copy-paste.

How to Use This Tool

  1. File tab: Upload a .tsv or .txt file.
  2. Paste tab: Copy cells from Excel or Google Sheets and paste directly β€” the clipboard data is already tab-separated.
  3. Edit tab: Type or edit tab-separated data with live Markdown preview.

TSV to Markdown: Example

Input TSV (tabs shown as spaces here):

Name	Department	Salary
Alice	Engineering	95000
Bob	Marketing	72000

Markdown output:

| Name  | Department  | Salary |
| ----- | ----------- | ------ |
| Alice | Engineering | 95000  |
| Bob   | Marketing   | 72000  |

Features

  • Accepts file uploads (.tsv, .txt) and pasted text
  • Works with Excel and Google Sheets copy-paste data
  • Handles any number of columns and rows
  • Escapes pipe characters in cell values
  • 100% private β€” data never leaves your browser

Related Tools