csv_to_markdown
Convert CSV text into a GitHub-flavored Markdown table, handling quoted fields and custom delimiters for clear data presentation.
Instructions
Convert CSV text (comma-separated, optional quoted fields) into a GitHub-flavored markdown table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | CSV text including header row | |
| delimiter | No | Field delimiter (default ",") |