0.0.5 • Published 3 years ago

csv2parquet v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago