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

Negative Number Conversion #15

Open
kombatkarl opened this issue Mar 31, 2015 · 4 comments · May be fixed by #32
Open

Negative Number Conversion #15

kombatkarl opened this issue Mar 31, 2015 · 4 comments · May be fixed by #32

Comments

@kombatkarl
Copy link

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.

@tonyno
Copy link

tonyno commented Aug 7, 2016

Will not help to put your transaction amount to income field instead?

@antgeo
Copy link

antgeo commented Nov 13, 2016

Also have this issue with American Express imports. Spending appears as inflow, payments outflow. Is there support to invert the values?

@weiserr
Copy link

weiserr commented Jan 8, 2017

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 ,-(\d+\.\d+), with ,(\1)-, basically moving the minus-sign to the end of the amount. YNAB is able to deal with those.

If I have the time I will submit a PullRequest in that regard.

legoscia added a commit to legoscia/ynab-csv that referenced this issue Mar 5, 2017
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.
@legoscia
Copy link

legoscia commented Mar 5, 2017

I submitted pull request #25 to fix this. You can see it in action here: https://legoscia.github.io/ynab-csv/

@legoscia legoscia linked a pull request May 3, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants