From Claude-Data-Wrangler
Convert between CSV and JSON formats — CSV to JSON array, CSV to JSONL, JSON to CSV, JSONL to CSV. Handles type inference, header/record mapping, nested structure flattening, and encoding issues. Use when the user wants to reformat tabular data between row-oriented CSV and object-oriented JSON forms.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Claude-Data-WranglerThis skill uses the workspace's default tool permissions.
Bidirectional conversion between CSV and JSON/JSONL.
Conducts multi-round deep research on GitHub repos via API and web searches, generating markdown reports with executive summaries, timelines, metrics, and Mermaid diagrams.
Share bugs, ideas, or general feedback.
Bidirectional conversion between CSV and JSON/JSONL.
,, ;, \t, |) — use csv.Sniffer or ask user if ambiguous.", ').utf-8, fall back to utf-8-sig (BOM), then cp1252 / latin-1. Report the encoding used.NA, null, NaN → JSON null (confirm the sentinel list with user).address.city, tags[0]).json-restructure for explicit flattening.<stem>.json, <stem>.jsonl, <stem>.csv).pip install pandas
Standard library csv and json are sufficient for many cases; pandas is convenient for type inference and large files.
pd.read_csv(chunksize=...)). Warn if input > 1 GB and recommend JSONL over JSON array.object when numeric was expected.