node-csv
node-csv copied to clipboard
Full featured CSV parser with simple api and tested against large datasets.
**Describe the bug** 1. Run a query that returns a date using duckdb in a node environment, say something like `await db.all("SELECT DATE '2022-01-01' as dt")` 2. stringify the result...
this is an attempt to address #461 it adds a second generic to the `parse` call, with a default type of the same as the first. If you are using...
**Description** Currently when defining explicitly defining an object of type `Options` with `columns` and passing it to `parse`, the TypeScript compiler will complain: const options: Options = { onRecord: this.filterRow.bind(this),...