allmd
CLI

CSV

Convert CSV and TSV files to markdown tables.

Usage

allmd csv <file> -o output.md

Supported Formats

  • .csv
  • .tsv

Example

# Convert a CSV to a markdown table
allmd csv data.csv -o table.md

# Convert a TSV file
allmd csv spreadsheet.tsv -o spreadsheet.md

On this page