node-stream-transform
node-stream-transform copied to clipboard
Object transformations implementing the Node.js `stream.Transform` API
If records is `Array` a record should just be `any` type
I am transform stream It suddenly stops printing the record at around record number 478 . Finish or end event is also not triggered nothing happens this is very weird!!!...
Hi, with a Transformer stream, is there a mechanism to get when a "_flush" occurs? By the time I get "finish" and "end", the stream can no longer be written...
I don't think errors thrown by the user-provided transforming method are correctly being passed to the callback of `_transform`. For example if use `node-stream-transform` as follows: ``` const csv =...