Skip to content

Converts DKB AG bank statement CSVs to YNAB4 compatible CSV files.

License

Notifications You must be signed in to change notification settings

dirrgang/ynabifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ynabifier

Description

ynabifier is a Python utility for converting DKB AG bank statement CSVs into YNAB4 compatible CSV files. It supports different account types, including "Girokonto," "VISA," and "Girokonto (Neu)." The script processes the input CSV file, converting numeric formats from German to American standards and restructuring the data to fit YNAB4 requirements.

Installation

Clone the repository and install dependencies:

git clone https://github.com/dirrgang/ynabifier.git
cd ynabifier
pip install -r requirements.txt

Usage

Run ynabifier.py with the account type and the file path:

python ynabifier.py <AccountType> <input-file.csv>

Supported account types are GIROKONTO, VISA, and GIROKONTO_NEU. The output file will be saved in the same directory with '-ynab.csv' appended to the original filename.

License

GPL-3.0 License - see LICENSE file.

Contributing

Contributions are welcome. Please adhere to conventional coding standards.

Authors and Acknowledgment

Developed by Dennis Irrgang. Thanks to all contributors.

Contact

For questions or feedback, please open an issue on the GitHub repository.

About

Converts DKB AG bank statement CSVs to YNAB4 compatible CSV files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages