Images Won't Extract Due To Java/ If/While Confusion
Posted: Wed Jul 25, 2012 3:42 pm
So, lets me first state that this program is awesome. I give a big hand to the developers for coming up with such an affordable and user friendly software. It is definitely just as easy to handle as Mozenda (once you figure it out) without the hefty per page scraping fees, and shows a lot of potential. I will be making a purchase so long as this thing can get these two basic jobs taken care of. I have a couple of issues though...
My first project entails me to acquire a digital product catalog from a specific website. I'm trying to program helium to navigate one specific parent category and then all its children categories, and finally each product listing scraping details such as price, description, name, specs, image, etc...
Most importantly i cant seem to get any of my images to pull, I've done as directed by applying the SrcAttribute property to it, but still dos'nt work. Tried to get the direct link, no go. I would be satisfied with a direct link as that would make my job easier.
I'm having a couple issues with regards to how I'm suppose to implement the "If/While" premade, as some categories extend deeper than others. I'm a bit confused on how the tree needs to be constructed?
My tree looks something like this... but were do i insert the if/while and is the following Navigation directive suppose to be listed as the If/Whiles child? I'm confused!
-----------------------------------------------------------------
-Repeat (1) Times (1/1)
--Navigate Each "Top Cat"
---Naviatge Each "Sub Cat"
----Navigate Each "Sub Sub Cat"
-----Naviate Each "Sub Sub Sub Cat"
-------Extract "Table Data"
-------Execute "Go Through All Pages"
------------------------------------------------------------------
I have tried to upload my .hsp but it tells me the file is to big, It does contain 16 kinds, If/While & Go Through All Pages Action
My first project entails me to acquire a digital product catalog from a specific website. I'm trying to program helium to navigate one specific parent category and then all its children categories, and finally each product listing scraping details such as price, description, name, specs, image, etc...
Most importantly i cant seem to get any of my images to pull, I've done as directed by applying the SrcAttribute property to it, but still dos'nt work. Tried to get the direct link, no go. I would be satisfied with a direct link as that would make my job easier.
I'm having a couple issues with regards to how I'm suppose to implement the "If/While" premade, as some categories extend deeper than others. I'm a bit confused on how the tree needs to be constructed?
My tree looks something like this... but were do i insert the if/while and is the following Navigation directive suppose to be listed as the If/Whiles child? I'm confused!
-----------------------------------------------------------------
-Repeat (1) Times (1/1)
--Navigate Each "Top Cat"
---Naviatge Each "Sub Cat"
----Navigate Each "Sub Sub Cat"
-----Naviate Each "Sub Sub Sub Cat"
-------Extract "Table Data"
-------Execute "Go Through All Pages"
------------------------------------------------------------------
I have tried to upload my .hsp but it tells me the file is to big, It does contain 16 kinds, If/While & Go Through All Pages Action