This project is a simple tool to generate csv files (statistics) from your DKB account statements (=input csv).
It will produce the following output files:
- Download IntelliJ IDEA Community Edition or Eclipse or any IDE of your choice supporting importing maven projects
- Import/Open this project
- Download your DKB statements in csv format (see below where to find this) into a folder on your harddisk (this will be your
DKB_INPUT_CSV
file later) - Copy the sample config to the same folder and rename it to
config.properties
(this will be yourCONFIG_FILE
later) - Create a folder on your harddisk where you want to store the generated csv files (this will be your
OUTPUT_FOLDER
later) - Open Dkb.java and change the
DKB_INPUT_CSV
CONFIG_FILE
andOUTPUT_FOLDER
to your values - Run
Dkb.java
and check the generated csv files in theOUTPUT_FOLDER
- Open generated csv files in your tools of choice (e.g. excel, libreoffice, openoffice, numbers) and generate charts. make sure to use the correct delimiter (";") when importing the csv files.