Convert CSV to a table
When you need CSV data converted to a Markdown or HTML table so it is readable in a doc, email, or report.
0 views0 downloads
Dependencies
--- name: convert-csv-to-table description: "When you need CSV data converted to a Markdown or HTML table so it is readable in a doc, email, or report." ---
Convert CSV to a table
Instructions
Use this skill when the user wants to get CSV data into a table (Markdown or HTML) for a doc, Notion, or report. The job: parsed, formatted table with headers and optional sorting or row limit.
Instructions
- Input: Pasted CSV or attachment; delimiter if not comma.
- Parse: Detect headers and rows; handle quoted fields and newlines in cells.
- Format: Output as Markdown table (| col | col |) or HTML ; align columns. If the user has a preference, use it.
- Options: Limit rows if large; optionally sort by column or add a simple header style. Output copy-paste ready.
Use case
Turning raw data exports into beautiful, readable tables for reports and emails.
How to use this skill
Paste your CSV data and specify if you want Markdown or HTML output.