Hi Guys , I am trying to read a data from an HTML table. Used REST API to connect to the webpage and able to get the response. However parsing the table is really challenging.
I tried the XML parser , mapper( html.decode ) , java script , JSON parser...