node-csv-stringify icon indicating copy to clipboard operation
node-csv-stringify copied to clipboard

CSV stringifier implementing the Node.js `stream.Transform` API

Results 4 node-csv-stringify issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When I want to import 'csv-stringify/lib/browser/sync' from a Typescript project, I have to declare the module as any in my env definition file. **Additional context** I can...

enhancement
typescript

**Describe the bug** When I try to use **csv-stringify/lib/es5** to stringify an array, there is an error happened and csvStringify couldn't catch the error. The error message: _stream_readable.js:824 Uncaught (in...

bug

If a field value starts with equals character (`=`), the csv does not open correctly in Excel. This may technically be an Excel problem, but it would be nice if...

enhancement

Hello, I am trying to convert a json object to csv using csv-stringify, but the result is not what I expected. Here's the code that I am working with: ```...

bug