Skip to content
allmd

AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.

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