Hi,
I would like to create a web crawler to extract the equity information from web site.
http://www.hkex.com.hk/eng/market/sec_tradinfo/stockcode/eisdeqty.htm
Extract these columns from above web: Stock Code, Name of Listed Securities, Board Lot, Remarks
The site's equity information is in form of HTML Table, may I know how to extract it and transform into Knime data table then I can save it to csv file or database
I try the XPath node but not sure what to put to XPath query for data extraction. Appreciate if there's some example can illustrate how to extract HTML table from web.
Thanks