node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.

Results 135 node-csvtojson issues
Sort by recently updated
recently updated
newest added

Is there a way to set the encoding of the file you are going to read? I didn't found it here >>> https://www.npmjs.com/package/csvtojson

csv file has à in one columns string. after conversion to json it shows à

I am going to create method to read cvs files by url and using csvtojson But when I used request.get I will get Argument of type 'string' is not assignable...

Getting this error: ``` (node:99549) UnhandledPromiseRejectionWarning: TypeError [ERR_INVALID_ARG_TYPE]: The "list[1]" argument must be one of type Array, Buffer, or Uint8Array. Received type string at Function.concat (buffer.js:479:13) at concatLeftChunk (/project/node_modules/csvtojson/v2/dataClean.js:31:23) at...

``` --headers: ... Default: null. Example: ["my field","name"] ``` it's missing single quotes ```'[]'``` and ```--headers=``` ``` --headers: ... Default: null. Example: --headers='["my field","name"]' ```

Hello! I was using this library for something pretty specific, and ran into some curious (unintended?) behaviour. Wondering if it is expected for a parse error to be thrown when...

I was using flag ignoreEmpty for this, But somewhere we have a static code flow that all object will have same number of keys , and this flag is causing...

How can I use colParser when using csv output? I tried the following and it didn't work. > const objects = await csv({ > output: "csv", > colParser:{ > [indexes.amount]:"number",...

(node:15707) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

I see a new tag being created for the[ version 2.0.11 ](https://github.com/Keyang/node-csvtojson/tree/v2.0.11) but it does not seem to be uploaded on the npmjs server. Is there an issue why this...