Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nornorhub opened this issue Jun 26, 2022 · 1 comment
Open

Comments

@nornorhub
Copy link

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

@wdavidw
Copy link
Member

wdavidw commented Jun 27, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants