Automatically convert your bank's transaction csv's to a YNAB-supported format. Currently supports N26, Rabobank, Triodos Bank and ASN Bank.
python3 bank2YNAB.py 20200600000000.csv
Make sure you are either in the directory where both the script and the .csv file are, or link the full path of both the script and mutations file. E.g.:
python3 /Users/joostgadellaa/Documents/bank2YNAB-master/bank2ynab.py /Users/joostgadellaa/Downloads/20200600000000.csv
- The converted .csv will be in the same directory as the original one, and you are ready to upload to YNAB!