Worms David

Results 251 comments of Worms David

I'll take some time to review later. In the mean time, what do you mean by "We are committing the dist files".

A few notes for now: 1. `delimiter_auto` and not `auto_delimiter`, `__discoverDelimiterAuto` and not `__autoDiscoverDelimiter` 2. Disabled by default, default value is `false` 3. When normalizing the option, add consistency check,...

I didn't have the time yet. The solution needs to deal with the streaming nature of the parser. The solution would be to extract a limited amount of bytes from...

Good idea, let me know if you are thinking to submit a merge request.

I can do it. If you wish to give it a try, there are a lot of tutorials on how to fork this repo and propose some changes. I'll mentor...

With the column options, maybe [this test](https://github.com/adaltas/node-csv/blob/master/packages/csv-generate/test/options.columns.coffee#L49) will help you.

Please reproduce and share a full sample with minimal code. I will enrich the tests and update the definition file accordingly.

Version 4.4.0 hopefully fixes your issue.

Have you tried the `relax_column_count` option?

Is it not the responsibility of the Stream Reader (`input` in your case) to provide smaller chunks ? If someone doesn't control the chunk size of its input, maybe he...