CSV to JSON
Convert CSV files to JSON format with automatic schema inference, type coercion, and header mapping.
Category
data-transformation
Quick Start
export INPUT_DIR=/path/to/csv/files
export OUTPUT_DIR=/path/to/json/output
./run.sh
Convert CSV files to JSON with schema inference and validation
npx skillmds@latest add expanso-io/expanso-csv-to-json Convert CSV files to JSON format with automatic schema inference, type coercion, and header mapping.
data-transformation
export INPUT_DIR=/path/to/csv/files
export OUTPUT_DIR=/path/to/json/output
./run.sh
expanso-io/skills.expanso.io/tree/main/skills/recipes/csv-to-json commit 57fc6798e6