This app purpose is to import your bank account statement to You Need a Budget app (aka YNAB). Working version is deployed here, you are free to use it if you like. All the conversions are done in the browser, so your data won't leave your computer.
To use it you do the following:
- Export your account statement to CSV file
- Open CSV file with this tool
- Download OFX file
- Import downloaded OFX file to YNAB.
Currently it works with LTSwedbank, Revolut and N26 CSV formats. Format is detected automatically.
Start docker: docker run -p 8001:8001 -it -v $(pwd):/home/boot/repo docker.io/zhilvis/boot-base bash
, start boot in dev mode: cd /home/boot/repo;boot dev
Open browser with http://localhost:8001/
once the environment has started
xsltproc camt2csv.xsl <statement.xml> > statement.csv