Download OFX files from bank, parse them and import them to YNAB
Go to file
2020-02-11 23:58:08 +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 Fix YNAB created transactions count 2020-02-11 23:58:08 +01:00
tests Add tests to bpvf processor 2020-01-17 16:35:45 +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 Add YNAB import 2020-02-08 19:13:01 +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.