Script converting Revolut statement exports to homebank csv format
Clone the repository and run
pip install .
If installed, rev2hb
should be available in your path.
rev2hb -o <output-file> <source-file>
If -o
is omitted output will be written to output.csv
in the current directory
You need python3.7 with python_dateutils
installed to run this script.
python <revolut-export.csv>
Script accepts filepath as a first parameter and writes ouput to output.csv
in current directory