node-csvtojson
node-csvtojson copied to clipboard
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
It seems like it should be possible to configure the nested object mapping using the existing header names initialization/configuration of csvtojson without renaming the source header row in the CSV...
I'm looking into some shortcut to get only headers as an array, so that i can validate them easily. I'm eagerly looking for position validation so `includeHeaders` as a regexp...
Converting csv into json and the csv is empty or just headers, it will create the following invalid json file: ``` ] ``` I would expect valid json: ``` []...
stream subscribe is still callback based while you can use [async generator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncGenerator) instead to flatten coding style.
Hi. First off, this is a very useful library. Thanks for the work. I see some huge files has made it into the final npm package published - https://www.npmjs.com/package/csvtojson?activeTab=code You...
`colParser?: { [key: string]: string | CellParser | ColumnParam; } | undefined` This is the colParser type and if I pass the undefined in colParser it take some times and...
Hello maintainers, I wanted to bring to your attention that after installing the package, I ran a vulnerability scan with vulert abom on the lock file and discovered that there...
Hello **Issue** I notice that several comma's in text avoid parser to split text correctly between fields. Reproduced with version 2.0.0 and older versions of library. **Bootcode**: ```script.js const options...
`/// ` should be removed from `d.ts`, removing `@types/node` dependency should solve the issue.
When I have a header like "04. EQ Class", it separate the header to objects like below 