adnilsson / Bank2YNAB4

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

TOML cofiguration for specifying banks' CSV statement format #4

Closed adnilsson closed 3 years ago

adnilsson commented 3 years ago

While the old way works, it was unintuitive and a bit backward in some ways. For example, you needed to specify aliases for the whole header, not just the relevant columns. This is no longer the case after this PR. You could also argue that we have improved separation of concerns now since some validation has moved from converter.py to config.py.

Main feature

Define banks via TOML configuration files (placed in the banks/ directory).

TODO