cjhowald / ynab-csv

Tool for making your CSV files ready to import into YNAB
MIT License
2 stars 0 forks source link

Rent imported as inflow #8

Closed cjhowald closed 7 years ago

cjhowald commented 7 years ago

Original CSV line:

01/02/2017;01/02/2017;"SEPA-Standing Order";<address>;<desc>;<IBAN>;<BIC>;;;;;;;;;-X,YZA.BC;;EUR

Converted CSV line:

01/02/2017,<desc>,,<address>,-X,YZA.BC,

Expected (absolute value for outflow):

01/02/2017,<desc>,,<address>,X,YZA.BC, 
cjhowald commented 7 years ago

Fixed