siddhantgoel / beancount-dkb

Beancount Importers for DKB (Deutsche Kredit Bank) CSV Exports
MIT License
36 stars 13 forks source link

CSV changed again #146

Closed tbm closed 9 months ago

tbm commented 9 months ago

It looks like the CSV changed yet again!

The first line is empty now. It doesn't mention the type of account anymore.

And I get:

    return line["Betrag"].rstrip(" €")
           ~~~~^^^^^^^^^^
KeyError: 'Betrag'

It appears to be called Betrag (€) now.

tbm commented 9 months ago

This is for EC (and Tageskonto, which is the same).

This is the format:


""
"Kontostand vom 02.01.2024:";"25,00 EUR"
""
"Buchungsdatum";"Wertstellung";"Status";"Zahlungspflichtige*r";"Zahlungsempfänger*in";"Verwendungszweck";"Umsatztyp";"IBAN";"Betrag (€)";"Gläubiger-ID";"Mandatsreferenz";"Kundenreferenz"

(first line is blank)

siddhantgoel commented 9 months ago

I think this is the same issue as mentioned in the comment here: https://github.com/siddhantgoel/beancount-dkb/issues/123#issuecomment-1858800769.

I'll close this issue accordingly so we can track all these format changes in one place. Feel free to reopen if you feel this should be a different issue.

tbm commented 9 months ago

Sorry for filing a duplicate. I thought this was different because I only got this new CSV now and not a few weeks ago (whereas the other bug report is monthly old). But I guess what changed is the web access. Thanks.