Skip to content

Import LTSwedbank, Revolut and N26 statement to YNAB

Notifications You must be signed in to change notification settings

zhilvis/swed-csv-ofx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swed-csv-ofx

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:

  1. Export your account statement to CSV file
  2. Open CSV file with this tool
  3. Download OFX file
  4. Import downloaded OFX file to YNAB.

Currently it works with LTSwedbank, Revolut and N26 CSV formats. Format is detected automatically.

Development how to

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

Converting CAMT.53 to CSV

xsltproc camt2csv.xsl <statement.xml> > statement.csv

About

Import LTSwedbank, Revolut and N26 statement to YNAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published