Nirmion
도움말 도구 찾기

LOCAL TABLE CONVERTER / TSV TO MARKDOWN TABLE

TSV to Markdown Table

Convert a rectangular tab-separated file into one escaped GitHub-style Markdown table while preserving every source cell as text.

Processed in this browserOne UTF-8 .tsv file up to 5 MB, 50,000 data rows, 200 columns, 1,000,000 cells, and 20 MB output.

Step 1 / source

Choose the source

TSV - 1,000,000 cells

Drop one file here

Choose the header-based tsv table you want to turn into github-style markdown table.

Checking publication status...

01
No file upload

This operation runs with browser APIs. Nirmion receives catalogue requests, not the selected source bytes.

02
Original stays unchanged

The converter creates a separately named output. It never writes back into the source file.

03
Bounded work

One UTF-8 .tsv file up to 5 MB, 50,000 data rows, 200 columns, 1,000,000 cells, and 20 MB output.

Plain-language method

How TSV to Markdown Table works

Nirmion parses quoted tab-separated fields, validates one rectangular header-based table, HTML-escapes tag characters, escapes literal pipes and backslashes, represents embedded line breaks with br elements, and writes one Markdown header, delimiter, and data-row sequence.

  1. 01
    Choose a valid source

    Use a first row containing column names and consistent tab-separated data rows. Embedded tabs and line breaks must be inside balanced quotes.

  2. 02
    Review the conversion choices

    Alignment changes delimiter-row colon markers only. It does not pad text, infer types, or alter any source value.

  3. 03
    Inspect the separate result

    The result ends in _nirmion_tools.md and contains exactly one table for review in the destination Markdown renderer.

Useful when

Practical jobs this tool handles

  • Publish an approved TSV report in documentation.
  • Create a README comparison table from tabular data.
  • Review a database export in plain text.

Before converting

Check the source and destination rules

  • Confirm the source uses tabs rather than spaces.
  • Preview escaped pipes and line breaks.
  • Review very wide tables for readability.

Know the boundary

Know what the destination format cannot keep

Markdown tables cannot preserve TSV types, spreadsheet formulas, exact multiline display, column widths, filters, or workbook styling. Keep the TSV source when those details matter.

Quick answers

Questions before you convert

The conversion contract is deliberately explicit.

Are literal pipes kept?

Yes. They are escaped so they do not split Markdown cells.

Are values converted to numbers?

No. Every TSV cell remains source text.

Can columns use separate alignment choices?

This focused route applies one selected alignment rule to all columns.