kalisio / krawler

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

writeCSV hook produces empty files #169

Closed claustres closed 3 years ago

claustres commented 3 years ago

Steps to reproduce

Execute the dem2csv example

Expected behavior

Complete CSV files should be produced

Actual behavior

CSV files are empty

System configuration

Module versions (especially the part that's not working): 1.2

NodeJS version: 12

Operating System: windows

claustres commented 3 years ago

Seems to be a regression linked to https://github.com/kalisio/krawler/issues/105, json2csv expects a data option while we send it a json option.