node-csvtojson
node-csvtojson copied to clipboard
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
Following config is not working properly when setting the output to `csv` ```js const csvtojson = require('csvtojson'); csvtojson({ noheader: true, output: 'csv', ignoreEmpty: true, checkType: true, }) .fromFile(xxx) .then((rowData) =>...
I'm looking at an old version but seems current code has the same issue. `parseFloat('01111') === 1111` `"01111"` is not a number, but is instead a string. https://github.com/Keyang/node-csvtojson/blob/89a9a36cf1be8fb2da93359b2a4d1d6765a7adf7/src/lineToJson.ts#L162-L168 Unfortunately `isFinite('01111')...
Removes [hawk](https://github.com/mozilla/hawk). It's no longer used after updating ancestor dependency [request](https://github.com/request/request). These dependencies need to be updated together. Removes `hawk` Updates `request` from 2.85.0 to 2.88.2 Changelog Sourced from request's...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...
Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [ from 2.3.0 to . [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [json5](https://github.com/json5/json5) and [loader-utils](https://github.com/webpack/loader-utils). These dependencies needed to be updated together. Updates `json5` from 0.5.1 to 1.0.2 Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__...
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `json5` Updates `webpack` from 4.16.4 to 5.75.0 Release...