NodeJS Parquet write

Viewed 43

I have a bunch of columns ( around 30). Out of which there are arrays, text fields with multiple line space (Word document) etc. I think CSV will not be an apt format because of multiple new lines. I am thinking of using Parquet format.

The file itself needs to be generated via NodeJS.

  1. Is there a preferred library for Parquet?
  2. Also, is there any recommendation for a specific file format for big query?

Any pointers would be helpful

0 Answers
Related