kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Rely on Papaparse to implement CSV hooks #243

Closed cnouguier closed 1 year ago

cnouguier commented 1 year ago

According to this study https://leanylabs.com/blog/js-csv-parsers-benchmarks/ Papaparse seems to be the best candidate to be uses to unify CSV to JSON and JSON to CSV conversions. It also works with Node.js stream

cnouguier commented 1 year ago

Close the issue https://github.com/kalisio/krawler/issues/3