Closed mulderp closed 10 years ago
hey, you can do two things, either
var parser = new Transform({ objectMode: true })
or
var csvToJson = csv({encoding: 'utf8', delimiter: ';'});
var parser = new Transform({ encoding: 'utf8'});
and there is no need to specify the inputEncoding for csv-streamify if it's utf8 :)
Good luck!
The second approach works! Thanks!
I am running a CSV conversion with:
But I get: