node-csvtojson
node-csvtojson copied to clipboard
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
Hi, Thanks for your amazing work ! It seems that `trim` default value option does not work, even if I add it top options. This is my test : ```js...
I have seen many (manually edited) csv files in the wild that are formatted to visually have commas like columns. Example: ``` title ,description ,number value, more text,number 2 line...
I need to get only the first record of a large CSV in JSON format. The idea is to upload the file, parse the first record, get columns verified by...
I occasionally get CSVs that have an extra comma on the header and rows. This results in the parser giving me unwanted columns, like 'field18'. I tried using the ignoreColumns...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Hello! It is my first time to make a question in this project. First of all, thank you for making this amazing library which dramatically reduced my working time! By...
Line `return str.replace(/([$])/, "\\$");` in `bluebird` causes `js/incomplete-sanitization` CodeQL `High` security vulnerability. ref: https://github.com/mgrybyk-org/html-trend-report-action/security/code-scanning/1 It would be nice to drop the bluebird completely https://github.com/Keyang/node-csvtojson/issues/339
There is an incoherent processing of the following data: Case 1: ```csv test.id,test.values.value,test.values.0.id 1,foo,bar ``` which converts to: ```json [ { "test": { "id": "1", "values": { "0": { "id":...
Currently, our CSV parsing using csvtojson does not support skipping initial lines that contain metadata or descriptions before the actual transaction data. Some CSV files include informational headers before the...
This package currently has **8.69 MB** unpacked module size. Guess what? you have your code coverage also shipped via your npm build to users which makes the size of your...