Worms David
Worms David
Please respect and fill out the issue template.
Could you add a minimalist example of what you expect, it will help the comprehension.
On the server: - if using ESM, use `import { parse as csv } from 'csv-parse';` (or `import { parse as csv } from 'csv-parse/sync';`). - if using CommonJS, use...
@Kaarel provide the code because I won't be able to help otherwise.
At the mimimum, I need details about your environment: ESM or CJS, JS or TypeScript, Node or Web
I run your test with the sourced file without any error. the `\n` is the most common delimiter, it is also used everywhere accross the tests.
Each of the 4 packages supported in this library could wrap the existing Node.js stream API. What you're describing seems very close to what we are already doing. To be...
Out of curiosity, what is the level of endorsement by the community with WHATWG Streams, is it becoming mainstream?
Correct/confirm my understanding: it is still a bit early to jump into the wagon; if polyfill are emerging, does it means future version of JavaScript will bundle the API like...
Not for tomorrow but I have been considering it lately.