Loading...
Loading...
Convert any data file to another format: CSV, Parquet, JSON, Excel, GeoJSON, and more. Use when the user says "convert to parquet", "save as xlsx", "export as JSON", "make this a CSV", "turn into parquet", or any variation of format-to-format conversion for data files. Also triggers when the user wants to write Parquet, Excel, or other binary formats that Claude cannot produce natively.
npx skill4agent add duckdb/duckdb-skills convert-file$0${1:-}$0/find "$PWD" -name "$0" -not -path '*/.git/*' 2>/dev/null | head -1$1.parquetdata.csvdata.parquet| Extension | Format clause |
|---|---|
| (default, no clause needed) |
| |
| |
| |
| |
| |
| |
| |
| |
duckdb -c "
<EXTENSION_LOADS>
COPY (FROM '<INPUT_PATH>') TO '<OUTPUT_PATH>' <FORMAT_CLAUSE>;
"s3://https://read-file| Protocol | Prepend |
|---|---|
| |
| |
| |
PARTITION_BY (col)CODEC 'zstd'ls -lhduckdb: command not found/duckdb-skills:install-duckdb/duckdb-skills:read-file