Download OFX files from bank, parse them and import them to YNAB
Go to file
2020-01-17 16:43:22 +01:00
.github/workflows Add GitHub workflow 2020-01-17 16:41:18 +01:00
ofx_processor Add tests to bpvf processor 2020-01-17 16:35:45 +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 Refactor and add revolut processing 2020-01-16 19:02:17 +01:00
pyproject.toml Allow python 3.6 2020-01-17 16:43:22 +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.