Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing newline makes a new empty row #26

Closed
iacore opened this issue May 14, 2024 · 1 comment
Closed

Trailing newline makes a new empty row #26

iacore opened this issue May 14, 2024 · 1 comment

Comments

@iacore
Copy link

iacore commented May 14, 2024

This is probably a bug.

Parsing the following file with readCSV will yield [["a","b","c"],["1","2","3"],[]]

a,b,c
1,2,3

@vslinko
Copy link
Owner

vslinko commented May 15, 2024

@iacore thank you for the feedback. fixed in https://github.com/vslinko/deno-csv/releases/tag/v0.9.3

@vslinko vslinko closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants