json-and-csv-data-transformation

Installation
SKILL.md

JSON and CSV Data Transformation

Transform data between JSON, CSV, and other formats. Filter, map, flatten nested objects, and reshape data for analysis, reporting, and API integration.

When to use

  • Use case 1: When the user asks to convert data between JSON and CSV formats
  • Use case 2: When you need to filter, extract, or transform specific fields from data
  • Use case 3: For flattening nested JSON structures into tabular format
  • Use case 4: When processing API responses for analysis or reporting

Required tools / APIs

  • jq — Command-line JSON processor (essential for JSON manipulation)
  • csvkit — Suite of CSV tools (csvjson, csvcut, csvgrep, etc.)
  • No external API required

Install options:

Installs
66
GitHub Stars
125
First Seen
Mar 1, 2026
json-and-csv-data-transformation — besoeasy/open-skills