-
Notifications
You must be signed in to change notification settings - Fork 77
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 support for 8-digit routing numbers #9
Comments
What about this? It seems a little simpler. We can just take advantage of the fact that the
For context, here's what
|
@yawetse v0.3.2 should add preliminary support for 8-digit routing numbers -- I'm keeping this ticket open till I write tests to cover this scenario |
this did the trick! thanks man! |
BTW @glenselle I can't respond to your twitter DM because you don't follow me haha. My question is around how you're parsing Amount values, if no decimal is passed are you appending values at the end of the string? |
Right now we're passing whatever you pass into the Number constructor
Then later when the actual row is generated, it's passed to
We pass |
I'd like to make a small change, to only modify the rd if cv is missing and rd is too long. I'll submit a pull request.
Before
After
The text was updated successfully, but these errors were encountered: