node-csv
node-csv copied to clipboard
Full featured CSV parser with simple api and tested against large datasets.
**Describe the bug** `ignore_last_delimiters: true` seems to have some issues: 1. If you don't use `relax_quotes: true` then it fails with `CsvError$1: Invalid Closing Quote: got "," at line 4...
**Describe the bug** I'm calling `parse` with `{raw: true}` to get the original line. When lines end in just "\n", things work fine. When lines end in "\r\n", the raw...
I'm using node-csv to pluck data from large CSV files. On extremely large datasets (>500MB), I'm getting this. I'm pretty sure it's related to incorrect handling of a buffer boundary,...
**Describe the bug** I'm writing a library that depends on csv-parser that I'd like to use both server & client side. I successfully integrated [email protected] but upgrading to [email protected] breaks...
**Summary** The idea is to opt into adding a row number and having that value assigned to a configured property. **Motivation** It's handy for me because it allows my user...
I don't know if this may be an issue or if I am doing something wrong, but I am facing the following problem: I want to generate a csv with...
**Describe the bug** When using the latest `[email protected]` or the `@5.x` versions, when I use write streams to create csv files out of objects, it will add twice amout of...
**Summary** Hi 👋 thanks for the great lib! We are using the option `{ "comment": "#" }` to remove a header section from the CSV file which contains multiple lines...
**Summary** is auto parsing of data type already supported? I saw a slight related issue https://github.com/adaltas/node-csv/issues/199 I have some data with floats and booleans, but I just get strings for...
**Summary** Add an optional callback function to the ColumnOptions object that can be used to perform custom formatting or additional processing of a specific columns. **Motivation** Of of the box...