mafintosh/csv-parser
Streaming csv parser inspired by binary-csv that aims to be faster than everyone else
JavaScriptMIT
Issues
- 2
latin1 supplement separator not working
#195 opened by sushovannits - 2
Row value cannot be accessed at expected key despite row object having expected keys and values
#237 opened by Otomakan - 7
Example of browser usage?
#167 opened by timwis - 0
- 3
Using async function to make await call
#226 opened by dawadam - 0
- 2
csv-parser does not parse big csv file correct, after ~95K rows it begins merge all rows in single JSON.
#207 opened by iliaivanov2016 - 1
Is the .on('data') parallel ?
#231 opened by Darkmagister - 0
Skip Empty Lines
#230 opened by LiamKarlMitchell - 0
Error on "reserved property names"?
#228 opened by LiamKarlMitchell - 4
PR for including the original line in the Error
#193 opened by basaran - 1
Read csv with multiple line breaks (\r, \n, \r\n)
#201 opened by chikku1780 - 0
Web streams
#227 opened by o-t-w - 0
- 1
When parsing a CSV that has headers with 2 or more matching names, data is lost
#224 opened by MichaelFoss - 1
is mapValues called on skipped lines?
#222 opened by Stasmo - 1
- 0
Document CSV Specification
#219 opened by chrishappy - 0
- 4
[category- help] .on('end', ...) not waiting till process inside .on('data', ...) is completed.
#206 opened by suraj-ingle - 1
Minimist vulnerability CVE-2021-44906
#214 opened by anirudhb-sf - 0
How to use "Options" ?
#212 opened by nguyenchauhuyen - 0
Leading Zero issue for integer
#210 opened by Sultanwasifiqbal - 1
on('headers') not showing "0" as headers but in on('data') without headers values are shown with "0" headers
#209 opened by sharmapr25 - 0
process exits on apple silicon
#208 opened by 3commascapital - 1
Error handling
#205 opened by edencorbin - 0
ECCN question
#203 opened by saurabhsablaka - 0
i modify csv content in csv-parser, after i want to covert new csv content to file, what should i do?
#198 opened by sringly - 2
strict mode emit error
#194 opened by basaran - 0
- 4
- 1
parser is prepending 0 to numbers.
#191 opened by akshaybande81 - 4
- 5
- 1
I'm not sure how to close a stream if I want to before the file is done being read.
#187 opened by samjross - 1
- 4
skipLines from-to
#185 opened by LMJayasundara - 2
Update documentation for skipping lines
#165 opened by conartist6 - 0
Encoded characters when reading utf16
#184 opened by scolobey - 2
Needs stream-browserify to work with Webpack 5
#183 opened by neoncube2 - 3
Support async, await grammar
#182 opened by jopemachine - 1
- 3
- 0
Custom fields order
#176 opened by prchann - 0
Option 'reduceValues' to give users control over the object constructed for eah row
#174 opened by AaronHarris - 0
Pass original row in "on" callback
#173 opened by v-tadipatri - 0
- 0
@hapi/joi in dependencies is not used?
#163 opened by whiteand - 3
First key in each result is wrapped in single quotes.
#166 opened by freesh - 1
Fails to detect binary content
#164 opened by john-aws