Download OFX files from bank, parse them and import them to YNAB
Go to file
2020-01-17 16:19:30 +01:00
ofx_processor Remove versions in __init__.py 2020-01-17 16:19:30 +01:00
tests Add tests to revolut processor 2020-01-17 16:19:13 +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 Refactor and add revolut processing 2020-01-16 19:02:17 +01:00
README.md Initial commit 2020-01-15 14:42:57 +01:00

ofx-processor

Usage

ofxprocessor /path/to/ofxfile.ofx

It will write a processed.ofx file in the same folder.

It will not overwrite the original ofx file.