siddhantgoel / beancount-ing

Beancount Importers for ING (Germany) CSV Exports
MIT License
19 stars 9 forks source link

Unexpected sorting info line #65

Closed boxleits closed 5 years ago

boxleits commented 5 years ago

Hi,

my ING CSV exports contain a header line that says something about sort order.

...
Saldo;XX,XX;EUR

Sortierung;Datum absteigend   <= HERE

In der CSV-Datei finden Sie alle bereits gebuchten Umsätze. Die vorgemerkten Umsätze werden nicht aufgenommen, auch wenn sie in Ihrem Internetbanking angezeigt werden.
...

This line seems to be unexpected in your importer. https://github.com/siddhantgoel/beancount-ing-diba/blob/5a23c2bcf23cf7d69232d10c3786a42d89ea5b59/beancount_ing_diba/ec.py#L171-L179 Could you please check this?

Thanks and regards Fred

siddhantgoel commented 5 years ago

Yep, this was bugging me for a while now too. Just pushed v0.2.1 which should fix this.

boxleits commented 5 years ago

Problem solved. Thank you!