/HomebankCsvConverter

Converts transaction data into CSV files that can be imported into HomeBank.

Primary LanguageKotlinGNU General Public License v3.0GPL-3.0

About

HomebankCsvConverter is a small tool to convert CSV files with transactions exported from the Commerzbank home banking website into CSV files that can be imported into the HomeBank application. It is mostly a playground for experimenting with Kotlin and Gradle but its actually working.

Usage

HomebankCsvConverter needs Java with Version 8 or higher to be installed on the computer. The tool is a command line only application that can be downloaded at the releases tab. It needs to be called with the following arguments.

homebankCsvConverter <input CSV> <output CSV>
    <input CSV> The CVS file exported from the website of the bank.
    <output CSV> The destination path where the CSV file to import into HomeBank should be stored.

License

HomebankCsvConverter is released under the GPLv3 license.