Convert Raiffeisen (HU) online banking account history to a format YNAB understands
- Create a virtual environment:
python3 -m venv venv - Activate it:
. ./venv/bin/activate - Install dependencies:
pip install -r requirements.txt - Run the converter
- with a CSV from DirektNet (this is the default, so in this case
-f/--formatis optional):python ynab-converter.py [-f/--format direktnet_csv] account_history.csv - with an XLS from myRaiffeisen:
python ynab-converter.py -f/--format myraiffeisen_xls account_history.xls
- with a CSV from DirektNet (this is the default, so in this case