Download OFX files from bank, parse them and import them to YNAB
Go to file
2020-02-22 14:54:41 +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 Refactor to expose a common interface and have a single ynab command 2020-02-22 14:54:41 +01:00
tests Refactor to expose a common interface and have a single ynab command 2020-02-22 14:54:41 +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 Refactor to expose a common interface and have a single ynab command 2020-02-22 14:54:41 +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.