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

Skip Empty Lines #230

Open
LiamKarlMitchell opened this issue Apr 7, 2023 · 0 comments
Open

Skip Empty Lines #230

LiamKarlMitchell opened this issue Apr 7, 2023 · 0 comments

Comments

@LiamKarlMitchell
Copy link

Feature Proposal

An option to skip empty lines and continue processing.

Feature Use Case

CSV data I am importing has empty lines, which throw a RangeError.
But in the few places they exist, under header and end of files rows it is fine to have.

CSV is exported from bank for account statements, writing a script to import them into Invoice Ninja on a schedule.

Easy to adapt and add as shown in PR.

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

1 participant