You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a comma(,) after Gopal in sample csv that will get consider as different header except name. According to logic it will place it under "0" header. For .on('headers') event it should return all headers with '0' also Or it should throw invalid csv file error.
Actual Behavior
There is a comma(,) after Gopal in sample csv.
on headers event it is giving only name as header but on data event it is giving row of Gopal and Mansa with "0" header.
This issue is fixed in latest version 3.0.0. fix: losing all headers after a broken line
But now will add External logic to keep it working with node v8.17.0(as support for node 8 is not there with new version)
Csv sample
Expected Behavior
There is a comma(,) after Gopal in sample csv that will get consider as different header except
name
. According to logic it will place it under "0" header. For.on('headers')
event it should return all headers with '0' also Or it should throw invalid csv file error.Actual Behavior
There is a comma(,) after Gopal in sample csv.
on
headers
event it is giving only name as header but ondata
event it is giving row of Gopal and Mansa with "0" header.How Do We Reproduce?
OUTPUT
The text was updated successfully, but these errors were encountered: