Skip to content

samvel1024/csv2pq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV to Parquet converter

Command line tool to convert CSV to Parquet (experimental)

Usage

java -jar csv2pq.jar my.csv my.parquet
# You need to have schema definition in my.schema

Build from sources

mvn -DskipTests=true assembly:single
#Check the jar in target folder

TODO

  • May have problems with encoding (base64)