> ## Documentation Index
> Fetch the complete documentation index at: https://allmd.blode.md/llms.txt
> Use this file to discover all available pages before exploring further.

# CSV

Convert CSV and TSV files to markdown tables.

## Usage

```bash
allmd csv <file> -o output.md
```

## Supported Formats

- `.csv`
- `.tsv`

## Example

```bash
# 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
```