Skip to content

CLI for converting csv files to parquet using duckdb

License

Notifications You must be signed in to change notification settings

ZJONSSON/csv2parquet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv2parquet is a CLI tool to quickly convert one or more csv files to parquet, using duckdb

First step is to install globally with:

npm install csv2parquet -g

Usage:

csv2parquet [input] [outputfile]

Input can defined as a GLOB pattern.

Example: Take all files from subdirectories in ./files that start with total_count_ and end with .csv and output to the total_counts.parquet file

csv2parquet ./files/*/total_count_*.csv total_counts.parquet

About

CLI for converting csv files to parquet using duckdb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published