-
Notifications
You must be signed in to change notification settings - Fork 201
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
Negative Number Conversion #15
Comments
Will not help to put your transaction amount to income field instead? |
Also have this issue with American Express imports. Spending appears as inflow, payments outflow. Is there support to invert the values? |
For now the problem can be workaround by opening the result in a text editor like NotePad++ and doing a Regex-Replace replacing instances of If I have the time I will submit a PullRequest in that regard. |
For CSV files where outflows are positive and inflows are negative, let's add a checkbox for swapping the sign in the output. This fixes halloffame#15.
I submitted pull request #25 to fix this. You can see it in action here: https://legoscia.github.io/ynab-csv/ |
My bank exports outflows as negative numbers. The converter correctly puts these into the outflow column, but leaves them negative, which breaks the YNAB import.
The text was updated successfully, but these errors were encountered: