Skip to content

bystrzak/revolut_to_homebank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revolut_to_homebank

Script converting Revolut statement exports to homebank csv format

Installation

Clone the repository and run

pip install .

Usage

rev2hb

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

Native python

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

About

Script converting revolut export transactions to homebank format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages