node-csv icon indicating copy to clipboard operation
node-csv copied to clipboard

Incorrect Call to transform() in Parse Recipe: Stream Pipe Example

Open nornorhub opened this issue 3 years ago • 1 comments

The example at https://csv.js.org/parse/recipes/stream_pipe/ has an incorrect call to transform(), I believe. None of the function's overloads receives the Options argument as the second parameter. It resulted in an error each time I tried to use this example.

CSV package used: "stream-transform"

Reproduce: Copy the example in editor Run the code

nornorhub avatar Jun 26 '22 16:06 nornorhub

All examples on the website are executed as part of our unit tests. Could you elaborate your problem, node.js version, command usage, output, ...

wdavidw avatar Jun 27 '22 14:06 wdavidw