Skip to content

Simple python script to convert N26, Rabobank and Triodos Bank transaction csv's to a YNAB-supported format

License

Notifications You must be signed in to change notification settings

JoostGadellaa/bank2YNAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bank2YNAB

Automatically convert your bank's transaction csv's to a YNAB-supported format. Currently supports N26, Rabobank, Triodos Bank and ASN Bank.

Usage

  1. Install Python 3
  2. Download the csv file from N26, Rabobank, Triodos or ASN
  3. Convert using:
    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
  1. The converted .csv will be in the same directory as the original one, and you are ready to upload to YNAB!

About

Simple python script to convert N26, Rabobank and Triodos Bank transaction csv's to a YNAB-supported format

Resources

License

Stars

Watchers

Forks

Languages