Simple Desk Tools / CSV to Markdown

CSV to Markdown Table Converter

Paste CSV or TSV and get a clean Markdown table with alignment and a live preview — or convert Markdown back to CSV. Everything runs in your browser; nothing is uploaded.

CSV / TSV input

Markdown output

In short: CSV to Markdown Table Converter is a free online tool with no sign-up and no upload — paste CSV or TSV and get a clean Markdown table with alignment and a live preview — or convert Markdown back to CSV. Everything runs in your browser; nothing is uploaded.

How to use

  1. Paste your CSV (or TSV, or a semicolon-separated export from Excel) into the left box, or drop a file. The delimiter is detected automatically.
  2. Adjust options. Untick "First row is header" if your data has none, choose per-column alignment, and turn off pretty-align if you want a compact table.
  3. Copy or download the Markdown. The rendered preview shows exactly how GitHub, Obsidian or Notion will display it.

FAQ

Does it handle commas and quotes inside cells?

Yes. The parser follows RFC 4180: fields wrapped in double quotes may contain commas, newlines and doubled quotes (""). Newlines inside a cell are converted to <br> so the Markdown table stays on one line per row.

How is the delimiter detected?

The tool counts commas, semicolons, tabs and pipes on the first few lines outside quoted fields and picks the one that appears most consistently. You can override it in the Delimiter menu.

Why are numeric columns right-aligned?

Markdown tables support alignment with colons in the separator row (---:). Numbers are easier to compare when right-aligned, so columns where every non-empty cell is a number get that alignment automatically. Change any column's alignment with the small selectors under the options.

Can I convert a Markdown table back to CSV?

Yes — switch to the Markdown → CSV tab, paste the table (with or without leading and trailing pipes) and copy the CSV. Escaped pipes and simple inline formatting are cleaned up.

Simple Desk Tools vs. the usual suspects

This toolTypical "free" tool sites
PriceFree, foreverFree tier, then paywall
AccountNone — open the page and goSign-up or email required
Your filesStay on your device; nothing is uploadedUploaded to their servers, kept for hours
WatermarkNoneOn the free tier
LimitsNone — any size, any number of filesDaily caps and file-size limits
SpeedInstant — runs in your browserQueue, upload, wait, download

The no-bullshit promise: no registration, no upsell, no "premium" button, no watermark, no file limits, and your files never leave your computer. The site is paid for by a couple of ads, nothing else.

Privacy: parsing and conversion happen entirely on your device. No file or text is uploaded.