aelesbao / dbk-tools

Tools for working with Deutsche Bank file formats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbk-tools

Tools for working with Deutsche Bank file formats

Introduction

Deutsche Bank (DBK) allows you to download your account transactions, but the file formats they use are poorly structured and impossible to use with standard personal accounting software.

I happen to use You Need A Budget (YNAB) for my personal finances, so these tools have been written to output files that YNAB understands.

If you're using a different tool, and would like to collaborate, I'd love to receive pull requests!

dbkconv.py

Purpose

Convert a DBK transaction CSV file to a YNAB account CSV file.

Use

For account and credit card transactions, run:

./dbkconv.py DB_Transactions.csv

This will output a reformatted CSV file for use with YNAB.

Dependencies

I recommend you use Homebrew to install Python, and pip to install chardet.

About

Tools for working with Deutsche Bank file formats

License:Other


Languages

Language:Python 100.0%