Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Recently, I had to merge many CSV files into a Parquet file. parquet-cli's convert-csv only takes one CSV file, while rewrite takes multiple Parquet (or Avro) files. So I first converted CSVs into Parquets with convert-csv one by one, then merge them into one file using rewrite.
I think it'd be useful if convert-csv itself had such a merging feature.