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
FeedQuoteProvider von einer Security URL #114
Conversation
Make the parsing stop after the content table is finished, so that tables comming afterwards do not make it fail.
with a vanilla main method because the author was not able to do it otherwise...
should now work on all historic chart tables from finanzen.net
Conflicts: name.abuchen.portfolio/src/name/abuchen/portfolio/model/InvestmentPlan.java name.abuchen.portfolio/src/name/abuchen/portfolio/online/ImportFinanzenNetQuotes.java portfolio-app/pom.xml
and failing to do so
parsing of a entered url and extracting the prices from that page.
to a more generic name
Mir ist vollkommen klar, dass "master" nicht der richtige branch dafür ist. |
Conflicts: name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/wizards/EditSecurityWizard.java name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/wizards/SecurityMasterDataPage.java name.abuchen.portfolio/META-INF/services/name.abuchen.portfolio.online.QuoteFeed name.abuchen.portfolio/src/name/abuchen/portfolio/model/Security.java portfolio-product/name.abuchen.portfolio.product
making the Feed return an empty list of exchanges
refactored the feed internals to be able to answer the historicalQuotes request
Okay, der branch ist nun up-to-date mit master und das Feature funktioniert meiner Meinung nach gut genug, um sich darüber zu unterhalten. Was geht gut? Was geht nicht gut?
|
The feed provider tries to detect a table in the HTML loaded from the feed URL. Based on the column headers it determines the types to extract values from the table. Issue: #114
- support thead element when defining the columns - support other date format pattern - support more column labels - check if mandatory columns date and close exist Issue: #114
- sites return an alternative/mobile version if no user-agent is set - log HTML if now quotes are found to support troubleshooting - support more column labels: English labels Issue: #114
die URL kann in den Eigenschaften der security gespeichert werden (evtl gibt es einen besseren Platz diese einzutragen als momentan).
Diese URL wird geladen und die Preise daraus geparsed.
Let the discussion begin!