Skip to content

An example to demonstrate an issue found in 1.1.8 of csv-parse

Notifications You must be signed in to change notification settings

tebs1200/csv-parse-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of issue with csv-parse 1.1.8/1.1.9

npm install
node index.js

When you run this with version 1.1.8 or 1.1.9, you'll notice that after parsing the file, there are 6 records with the last one being null.

Running this with 1.1.7, only 5 records are generated, which matches the number of records in the sample csv.

About

An example to demonstrate an issue found in 1.1.8 of csv-parse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published