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

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

Results 12 node-csv-parse issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There isn't a way to get the `CsvError` class definition when using Typescript. **To Reproduce** In version `4.11.1` take a look at the `~/lib/index.d.ts` file and notice...

**Is your feature request related to a problem? Please describe.** If the data source is sending out multiple delimiter type files it should be possible to detect the delimiter automatically....

enhancement