Search found 4 matches

by Jmarc
Sat Aug 17, 2013 2:33 pm
Forum: Q/A
Topic: select a kind with a part of its content
Replies: 1
Views: 16278

Re: select a kind with a part of its content

I found in the Helium blog, this article : The often overlooked JavaScript Gatherer ( http://heliumscraper.com/wordpress/?p=115 ) There is a example that extract links pointing to webpages in one particular domain (http://www.example.com). For that, a JavaScript gatherer that gets the domain of the ...
by Jmarc
Sat Aug 17, 2013 10:15 am
Forum: Q/A
Topic: select a kind with a part of its content
Replies: 1
Views: 16278

select a kind with a part of its content

I need to extract a text inside a code like : <p><strong>Name: </strong>Dylan</p> <p><strong>First name: </strong>Bob</p> <p><strong>Age: </strong>26</p> To get each value (Dylan, Bob and 26), I try to define kinds based on a part of each text value. For example, for the firts name kind, I need to d...
by Jmarc
Sat Aug 17, 2013 9:04 am
Forum: Q/A
Topic: the project starting page
Replies: 1
Views: 17084

the project starting page

Is it possible to see somewhere what is the starting page url of the current project ?
by Jmarc
Fri Aug 16, 2013 5:56 pm
Forum: Q/A
Topic: extracted table with constant value
Replies: 1
Views: 16956

extracted table with constant value

I am testing Helium Scraper for few days and I succeed to have better results than all other software tested :-) Now, I didn't succeed to do something which seems to be easy... In the final extracted table built by Helium Scraper, I try to have a column with a constant value, with no link with the w...