📌 Overview

Convert a CSV file or pasted text into a Markdown table. Handles quoted fields, commas and embedded newlines.

📊 CSV to Markdown Table

Convert a CSV file or pasted text into a Markdown table. Handles quoted fields, commas and embedded newlines.

🔒 All processing happens in your browser. No data is uploaded to any server.

📖 Deep Dive: CSV to Markdown Table

Purpose

Convert tabular data from CSV into a Markdown table, handy for docs, wikis, or READMEs.

Parsing rules

  • Fields are separated by commas.
  • Quoted fields may contain commas and newlines.
  • Two consecutive quotes represent one quote character.
  • The first row is the header.
  • Privacy

    Parsing happens locally in your browser.