HandyBench

CSV ⇄ Markdown Table Converter

Turn CSV into Markdown tables and back.

How to use the CSV ⇄ Markdown Table Converter

  1. 1 Choose CSV → Markdown or Markdown → CSV.
  2. 2 Paste your CSV rows or Markdown table.
  3. 3 Pick the delimiter and alignment, then copy the output.

Examples

  • Pasting a spreadsheet export into a GitHub README as a table.
  • Extracting a Markdown table back into CSV for a sheet.

Frequently asked questions

Does it handle commas inside quoted CSV fields?

Yes. The CSV parser understands standard double-quote quoting, so a value like "Doe, Jane" stays in a single cell.

Can I set column alignment?

Yes. Choose left, center or right and the Markdown separator row (:---, :---: or ---:) is written accordingly.