html - How to import GuruFocus 10-year finance data to CSV using JAVA? -
i trying automatically import data gurufocus single or multiple csv sheets using java. sample tables listed here: http://www.gurufocus.com/financials/aapl know how write code import html tables?
i create parser using regex on input side in combination http://csvjdbc.sourceforge.net/ on output side. , use apache http cliƫnt read website (if no api available) here quickstart: https://hc.apache.org/httpcomponents-client-ga/quickstart.html
Comments
Post a Comment