Remy Loubradou
Remy Loubradou
Yes that's the expected behavior but I admit that's not really usable for your use case. You can submit a PR with a fix I will merge it.
Hi @Morriz, If you want to create a CSV string from multiple objects, this library is not appropriate. This library is the stream version of CSV.parse, not a stream version...
Yes I understood, but at the moment that's not what the `createStream()` is for. That's the reason why I proposed something like `createStringifyStream()` that would do the job you are...
If you use node v0.10 that's really easy to implement a transform stream, have look to the doc here http://nodejs.org/api/stream.html#stream_class_stream_transform_1. Basically you just need to create a class, inherits from...