-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Parser fails when there are multiple 'inflow' columns #45
Comments
@justalittle-BIT So I got back from my vacation 😎, and had some time to look into your issue. I have again created a preview release that should now be able to handle your CSV files correctly. Greets, |
Ciao Niels,
Thanks a lot for your effort.
It works smoothly now!
One question: do you think it would be feasible to make it crunch also xlsx files?
Great job,
Bruno A. De Santis
… Il giorno 19 set 2022, alle ore 21:46, Niels Maerten ***@***.***> ha scritto:
@justalittle-BIT <https://github.com/justalittle-BIT>
Hi Bruno,
So I got back from my vacation 😎, and had some time to look into your issue.
Turns out that having multiple 'inflow' columns might indeed be the problem.
I have again created a preview release <https://github.com/nielsmaerten/ynab-buddy/releases/tag/v1.2.2-preview.2> that should now be able to handle your CSV files correctly.
Let me know if it works! :)
Greets,
Niels
—
Reply to this email directly, view it on GitHub <#45 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACXJNFPNVFHSRR5EQB4NFKDV7C7JFANCNFSM6AAAAAAQCIFLYU>.
You are receiving this because you were mentioned.
|
Great! I'll merge the PR and get this rolled out to the main release then.
I do believe that's theoretically possible, but it's not something I have time to tackle right now. XLSX files can be tricky to parse because they can have multiple sheets, markup such as bold and italic text, macros, ... Also AFAIK, there aren't many banks that offer transactions as an xlsx file, while not also offering csv. So it seems a little out of scope for ynab-buddy. But hey, if you or anyone reading this wants to take a swing at it: go ahead and click that fork button :) |
fix(45): proposed fix for issue #45
From discussion #42:
The app is now giving me another error…
The config.yaml is set like this:
And the CSV is like this (added some xxxx for privacy reasons):
Any clue? Should open a new issue?
Thanks again!
Bruno A. De Santis
The text was updated successfully, but these errors were encountered: