Step 1 / source
Choose the source
Drop one file here
Choose the one markdown table you want to turn into utf-8 csv table.
Checking publication status...LOCAL TABLE CONVERTER / MARKDOWN TABLE TO CSV
Extract exactly one rectangular GitHub-style Markdown table into formula-protected UTF-8 CSV.
Step 1 / source
Choose the one markdown table you want to turn into utf-8 csv table.
Checking publication status...This operation runs with browser APIs. Nirmion receives catalogue requests, not the selected source bytes.
The converter creates a separately named output. It never writes back into the source file.
One UTF-8 .md or .markdown file up to 5 MB containing one header row, one valid delimiter row, and up to 50,000 data rows, 200 columns, and 1,000,000 cells.
Plain-language method
Nirmion requires a header, --- delimiter row, and rectangular data rows, recognizes escaped pipes and backslashes, converts br markers to line breaks, decodes HTML entities, quotes CSV-sensitive text, and optionally protects formula-leading cells.
Provide only one Markdown table. Prose, fenced blocks, missing delimiter rows, merged cells, and inconsistent row widths are rejected.
Formula protection is recommended when the CSV will be opened in spreadsheet software.
The UTF-8 result ends in _nirmion_tools.csv and contains the Markdown header as its first row.
Useful when
Before converting
Know the boundary
Markdown emphasis, links, code markers, and other inline syntax remain literal cell text. The converter does not render Markdown before extraction.
Quick answers
The conversion contract is deliberately explicit.
No. It describes Markdown layout and is not data.
No. Markdown source text remains text.
Formula protection neutralizes spreadsheet formula triggers.