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

Add ability to skip N header rows #23

Open
ohthehugemanatee opened this issue Jan 21, 2017 · 1 comment
Open

Add ability to skip N header rows #23

ohthehugemanatee opened this issue Jan 21, 2017 · 1 comment

Comments

@ohthehugemanatee
Copy link

My bank (Deutsche Bank) puts a bunch of crap in the top few rows of the CSV file. Things like my account number, date downloaded, and a warning message that transactions not yet cleared are not included. They are very definitely Doing It Wrong.... but it seems like it would be easy (and might resolve issue #3, too) to have an input for how many header rows to use.

The guy from Issue #3 can say "0", and I can say "6". In case header rows > 1, really we just take row n -1 to be the start of the file and accept the header row there.

@0xErnie
Copy link

0xErnie commented May 22, 2017

This is fixed in a fork cjhowald@bdae90f

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