Skip to content

Convert DKB account CSV files to the SUPA CSV format for Banking4

License

Notifications You must be signed in to change notification settings

ralphM78/dkb2supa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

dkb2supa

This script converts CSV account reports from Deutsche Kreditbank (DKB) to SUPA CSV for Banking4

Requirements

To run this script you need Python 3 and schwifty .

pip install schwifty

How to run this script

./dkb2supa.py -h
usage: dkb2supa.py [-h] -i INPUTFILE -o OUTPUTFILE [--iban DE820000000000]
                   [--cur EUR]

Convert DKB CSV into SUPA CSV.

optional arguments:
  -h, --help            show this help message and exit
  -i INPUTFILE, --input INPUTFILE
                        DKB CSV input file
  -o OUTPUTFILE, --output OUTPUTFILE
                        SUPA formated CSV output file
  --iban DE820000000000
                        Optionally your IBAN
  --cur EUR             Optional Currency. Default is EUR

-i / --input INPUTFILE and -o / --output OUTPUTFILE are required options. --iban and --cur are optional. Default for --cur is EUR.

About

Convert DKB account CSV files to the SUPA CSV format for Banking4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages