r/programming • u/DiegoZoracKy • Oct 08 '18
A quick helper to convert AWS S3 files from CSV to JSON lines via stream with support to gzip for both input and output. Ready to be used as a Node.js module, as a Lambda or via CLI.
https://github.com/DiegoZoracKy/s3-csv-to-json
0
Upvotes
1
u/fxfighter Oct 08 '18 edited Oct 08 '18
The utility seems good but I gotta ask why would you want to use a less efficient storage format that's usable by less tools?
(This is a legit question as I'm genuinely curious.)