siddhantgoel / beancount-dkb

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

New CSV export format seems to use `€` instead of `EUR` #155

Closed e11bits closed 7 months ago

e11bits commented 7 months ago

A current CSV export from DKB uses the character instead of EUR and a non-breaking-space. The current code just fails because of the missing EUR.

""
"Kontostand vom 02.02.2024:";"123,45 €"
""
siddhantgoel commented 7 months ago

Thanks for submitting the PR!

tbm commented 6 months ago

Thanks for fixing this so promptly. Can you please make a new release?

siddhantgoel commented 6 months ago

Just published v0.19.0 which should include this fix.

tbm commented 6 months ago

I can confirm that v0.19.0 works for me - thank you!