CLI
CSV
Convert CSV and TSV files to markdown tables.
Usage
allmd csv <file> -o output.mdSupported 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