Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kurse ohne Nachkommastellen nicht richtig geparst #572

Closed
buchen opened this issue Jul 12, 2016 · 1 comment
Closed

Kurse ohne Nachkommastellen nicht richtig geparst #572

buchen opened this issue Jul 12, 2016 · 1 comment
Labels

Comments

@buchen
Copy link
Member

buchen commented Jul 12, 2016

Siehe Wertpapier-Forum:

Ich beobachte seit dem letzten Update den gleichen Effekt. Offensichtlich kann PP mit einem Kurs ohne Nachkommastellen (wie hier bei den historischen Daten von Ariva) nicht mehr so gut umgehen:

1.213,03 wird importiert als 1.213,03 > OK
1.216,8 wird importiert als 1.216,80 > OK
1.205 wird importiert als 1,205 > nicht so gut

In der alten Version klappte das noch...

@buchen buchen added the bug label Jul 12, 2016
@buchen buchen added this to the 2016 Q3 Short-List milestone Jul 12, 2016
@buchen
Copy link
Member Author

buchen commented Jul 12, 2016

Problem: jetzt wird am letzten Trennzeichen fest gemacht ob es deutsches oder englisches Format ist. Bei einem Kurse ohne Nachkommastellen ist das letzte Trennzeichen der Punkt. Dann nehme ich ein englisches Format an. Autsch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant