Hello All,
First of all, I am beginner so please bear with me. :)
I want to extract data within the table from a html code. Lets consider HTML code to be in a file. I have read the data to a variable. Now using this variable I want to get all the data which is included in table format.
Preferred return type would be 2D Array or an array of vector or delimited string.
I have attached my code.
Your help will be much appreciated. Thanks in advance ;)