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.
Clone the repository and install dependencies:
git clone https://github.com/dirrgang/ynabifier.git
cd ynabifier
pip install -r requirements.txt
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.
GPL-3.0 License - see LICENSE file.
Contributions are welcome. Please adhere to conventional coding standards.
Developed by Dennis Irrgang. Thanks to all contributors.
For questions or feedback, please open an issue on the GitHub repository.