Download OFX files from bank, parse them and import them to YNAB
Go to file
2020-02-23 09:24:12 +01:00
.github/workflows Remove support for python 3.6 as ofxtools doesn't support it 2020-01-17 16:46:24 +01:00
ofx_processor Simplify code needed to add a new bank processor 2020-02-23 09:23:42 +01:00
tests Simplify code needed to add a new bank processor 2020-02-23 09:23:42 +01:00
.gitignore Initial commit 2020-01-15 14:42:57 +01:00
LICENSE Create LICENSE 2020-01-15 14:50:38 +01:00
poetry.lock Add YNAB import 2020-02-08 19:13:01 +01:00
pyproject.toml Bump version 2020-02-23 09:24:12 +01:00
README.md Update readme 2020-01-17 16:35:56 +01:00

ofx-processor

Usage

process-bpvf /path/to/ofxfile.ofx
# Or
process-revolut /path/to/csvfile.csv

It will write a processed file in the same folder with the same extension.

It will not overwrite the original file.