Worms David

Results 251 comments of Worms David

This shall be much better documented, but you can use the [browser version of the package](https://github.com/adaltas/node-csv/tree/master/packages/csv-stringify/lib/browser). It is vanilla js and there is a [demo](https://github.com/adaltas/node-csv/tree/master/packages/csv-stringify/samples/browser).

If you find the time, would you like to contribute to a minimalist project example with angular. You are right that few people came for help in the past regarding...

In [demo/ts-module-node16/tsconfig.json](https://github.com/adaltas/node-csv/blob/master/demo/ts-module-node16/tsconfig.json), we used `module` instead of `moduleResolution`: ```json { "compilerOptions": { "esModuleInterop": true, "module": "Node16", "strict": true, } } ``` Otherwise, please look at the demo and try to...

Having a hard time understanding the exact need. I am not a TS user myself, just trying to help. Could you create a demo similar to [ts-module-node16](https://github.com/adaltas/node-csv/blob/master/demo/ts-module-node16). Fork the repository,...

No worry, I am myself on holidays as well. In order to not break any demo, just `cp -rp ./demo/ts-module-node16 ./demo/ts-moduleresolution-node16`.

My understanding is: `"[email protected], [email protected]",email.org,none,bad` is the source and you expect `["[email protected],[email protected]",email.org,none,bad]`, right ? This seems like the default behavior to me. I checked and can confirm with our [online...

The screenshot I shared use the default config.

Please share a minimalist and complete example for additionnal help.

Honestly, I don't think there is much we can do to handle such a scenario. The first quote place the parser in quoting mode and second quote is not escape...