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.

By LLM Visibility LabUpdated Mar 9, 2026others
0 views0 downloadsNo ratings yet (0)
Dependencies
CursorClaude
SKILL.md
---
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

  1. Input: Pasted CSV or attachment; delimiter if not comma.
  2. Parse: Detect headers and rows; handle quoted fields and newlines in cells.
  3. Format: Output as Markdown table (| col | col |) or HTML ; align columns. If the user has a preference, use it.
  4. 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.