node-csv
node-csv copied to clipboard
Incorrect Call to transform() in Parse Recipe: Stream Pipe Example
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
All examples on the website are executed as part of our unit tests. Could you elaborate your problem, node.js version, command usage, output, ...