Search found 2 matches

by cw42
Thu Mar 29, 2012 2:59 pm
Forum: Q/A
Topic: Example JavaScript for manipulating HTML Tables
Replies: 5
Views: 24626

Re: Example JavaScript for manipulating HTML Tables

Here's an update for everyone! So after looking at the HTML for my target site in detail, it became apparent that the result set is a HTML table with roughly 300 rows per table. So I ended up capturing the Text of Column 1, and Column 2, as well as the Inner HTML of Column 2 (websites and phone numb...
by cw42
Wed Mar 28, 2012 5:34 pm
Forum: Q/A
Topic: Example JavaScript for manipulating HTML Tables
Replies: 5
Views: 24626

Example JavaScript for manipulating HTML Tables

Good afternoon\evening HS Team! I have started to evaluate Helium Scraper today and I have come across an issue related to extracting information in different rows of an HTML Table. Specifically the HS generated DB table creates new rows for each piece of information - ie name, phone number, title, ...