v2.0.3
Bugfix release
If a bank uses in- and outflow columns, but writes "0" in "inflow" when the transaction is an outflow, the parser would incorrectly create a transaction for an amount of 0.
Example:
id,inflow,outflow,memo
123,0,420,test
Should be a transaction of -420, not a transaction of 0
Fixed in #269 by @tobim-dev