dickwolff / Export-To-Ghostfolio

Convert transaction history export from your favorite broker to a format that can be imported in Ghostfolio.
https://hub.docker.com/r/dickwolff/export-to-ghostfolio
Apache License 2.0
51 stars 10 forks source link

Error when processing DEGIRO file due to Currency Exchange operation #82

Closed CristianAbrante closed 3 months ago

CristianAbrante commented 3 months ago

When operating in DEGIRO in multiple currencies (In my case EUR and USD), there is an entry on the export file that refers to registering the exchange rate used for the transaction (more information here in Spanish 🙏🏼 ).

This causes an error on the export.

Screenshot 2024-07-02 at 20 08 10

How to reproduce

Using this file: Account-2.csv

Possible fix

Skip this line? As it is apparently only a registry of the type of currency exchange? 🤔

dickwolff commented 3 months ago

Thanks for reporting this. Skipping the line you mention seems like the best thing to do. I will fix this later this week and get back to you!

dickwolff commented 3 months ago

I have added the records in question to the ignore list. Can you try it out by pulling the beta image?

dickwolff commented 3 months ago

PR closed. Should there be any other issue, please let me know!