adnilsson / Bank2YNAB4

Converts from banks' CSV format of exported transactions to the frormat accepted by YNAB4
MIT License
0 stars 0 forks source link

Parse the value of monetary colums #8

Closed adnilsson closed 2 years ago

adnilsson commented 2 years ago

Motivation

Before this, I did not even bother to parse any monetary columns; I just copied them directly to the YNAB-import CSV, possibly adding a minus sign if it was an "Amount". However, there is a need to support multiple monetary columns per statement row. For example, a transaction column plus a fee column. These must be summed to calculate the net flow and must therefore be parsed as numerical values.

Changes