export-csv

Convert pipeline JSON files into CSV format with flattened nested objects.

3|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Overdrive-Consulting/vc-fundraising-skill --skill export-csv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-csv
Source: https://github.com/Overdrive-Consulting/vc-fundraising-skill/tree/main/.claude/skills/export-csv
Command: npx skills add https://github.com/Overdrive-Consulting/vc-fundraising-skill --skill export-csv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts pipeline JSON files to CSV and saves each converted file in the same folder, flattening nested JSON structures for tabular analysis.

Core Features & Use Cases

  • One CSV per input JSON file, placed alongside the source data.
  • Flattens nested objects so complex pipeline data becomes a flat table.
  • Use Case: quickly generate a CSV report from a set of JSON pipeline definitions for analytics or sharing with stakeholders.

Quick Start

Run the export-csv skill to convert all JSON pipeline files in the current folder into corresponding CSV files.

Frequently Asked Questions about export-csv

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert nested pipeline JSON files to CSV for tabular analysis?

This Skill flattens nested pipeline JSON structures into a flat table and saves each resulting CSV file alongside the original JSON source data for tabular analysis.

Can I export multiple JSON pipeline definitions into separate CSV files at once?

Yes, running the export process generates one CSV per input JSON file, automatically processing all JSON pipeline files in the current folder and placing the output in the same directory.

What is the best way to flatten nested JSON objects into a flat table for analytics?

Flattening nested JSON objects into a flat table is accomplished by converting hierarchical pipeline data into CSV format, making complex analytics workflows easily accessible for reporting.

Does this JSON to CSV conversion tool work without external dependencies?

Yes, the JSON to CSV conversion requires no external dependencies to operate, independently parsing pipeline definitions and flattening nested data structures directly into tabular files.

Why does my flattened CSV contain unexpected column names from nested pipeline data?

Unexpected column names occur because the flattening process concatenates nested JSON object keys to represent hierarchical pipeline data accurately within a two-dimensional CSV table structure.