OFXfix
This is a small code snippet/script to clean up OFX data downloaded from your bank in order to load it into financial software in a cleaner way.
Requires python >= 3.6.
Installation
-
Install
pipenv
usingpip
:pip install pipenv
-
Clone this repository:
git clone https://github.com/tedcarnahan/ofxfix
-
Run
pipenv
to install dependencies:pipenv install