Tag Archives: webtables
AA: Extracting Tables That Aren’t Tables(Part-II)
In our last post, we were able to successfully extract data from each column. Today we will outline the logic for looping through each line item in the web table, extracting its contents, and storing it in proper format. Simply put, we will extract the table as it is, even though the HTML structure isn’t…
AA: Extracting Tables That Aren’t Tables(Part-I)
In the vast uncharted waters of the Internet, there exists a special breed of web tables which possess all characteristics of a table, except that it stem from different ancestral HTML roots. Automation Anywhere recognizes them, but records them under a CLIENT control, and it pisses the living daylights out of me whenever that happens….