converts a finance csv file you can download from ING to a csv file ynab can understand. this is merely an automated offline spreadsheet editor wich does all the work for you if you have tis perticulair problem.
install python 3.*
- press the big green clone or download button and download zip.
- place the contents in a folder with no conflicting csv files.
- place your downloaded csv file from ING web in the folder where this program is hiding.
- run the program. 2.1. lauch a terminal in windows type cmd in the address bar (-> then press enter) while in file manager 2.2. type Python and cvs_to_ynab.py
- a new file should be waiting for you with the to be converted file.
- drag it onto a ynab window in your browser.
- follow instructions on screen.
- have a nice day.
there is a setting at line 8 that you need to change. in the csv file look at the mod that says it is an withdraw. Then type that instead of Af.
if you dont trust the program read thru svs_to_ynab.py if you click on it above. Ive made some comments behind the code to make it understandable. still use it at your own risk. Having banking data on your computer still is a security vulnerability.