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
Thanks for reporting this @symbianm! I can confirm that this was a bug that was present in the CSV parsing logic when an EOL delimiter (typically newline) appeared inside a field (typically quotes) delimited value. This issue is resolved now in version 5.0.1. Please let me know if you run into any other issues.
Background Information
4.1.0
node v18.17.1
The issue I'm reporting is with:
I have...
Expected Behavior
Quoted values split across multiple lines should be correctly parsed.
Actual Behavior
The parser behaves incorrectly when the new line is right after the starting quote.
Data Sample
CSV:
Code Example
test.csv

The text was updated successfully, but these errors were encountered: