📋

Convertisseur CSV → Markdown

Téléchargez un fichier CSV ou collez des données séparées par des virgules. Obtenez un tableau Markdown propre instantanément.

Déposez votre fichier ici

ou cliquez pour parcourir

Supporte : .csv

Markdown Output

How to Use the CSV to Markdown Converter

  1. Upload your .csv file by clicking or dragging it onto the area above.
  2. The converter parses the CSV in your browser — no internet connection needed after the page loads.
  3. Copy the Markdown output or download it as a .md file.

Features

  • Handles quoted fields containing commas (RFC 4180 compliant via SheetJS)
  • Treats the first row as the table header automatically
  • Escapes pipe characters (|) inside cells
  • Strips blank rows for a clean output
  • 100% browser-based — your CSV data never leaves your device

CSV to Markdown: Example

CSV input:

Name,Score,Grade
Alice,95,A
Bob,82,B
Carol,78,C+

Markdown output:

| Name  | Score | Grade |
| ----- | ----- | ----- |
| Alice | 95    | A     |
| Bob   | 82    | B     |
| Carol | 78    | C+    |

Outils connexes