kalisio / krawler

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

Only use fast-csv for CSV file management #3

Closed claustres closed 1 year ago

claustres commented 6 years ago

For now we use json2csv and fast-csv for CSV management. The latter is more stream-friendly and should be used whenever possible.

cnouguier commented 1 year ago

Close issue because of https://github.com/kalisio/krawler/issues/243