|
|
Browse by Tags
All Tags » for each » loop (RSS)
-
In the page, It has a series of checkbox. I want to checked all the options .
My RSS Robot looks like this:
Load Page > For each tag > Set checkbox(checked)> Extract value> Return RSS item。
The first option is ok ,But next iterate doesn't work 。Error as "The Set Checkbox action requires a found ...
-
look at my robot please:
http://openkapow.com/files/folders/shopping_and_travel/entry19185.aspx
it repeat the first scraping
I think to have several problem with loops, maybe i do not undestand how does it work!! :-((((
Alessandra
-
I wish I knew the answer! For your information, you can look at this other open thread: "[How to?] exit a loop when a condition is met?"
http://openkapow.com/forums/thread/8359.aspx
-
My RSS Robot looks like this:
Load Page > For each tag > Test Condition > If true then Action > Return RSS item
I know that only 1 tag matches the condition, so I want to exit the loop after I found the tag and performed the wished actions. In other words, the branch inside the loop will be executed only once. But I cannot find a way ...
-
I hope someone can help me, because I am stuck.
I am looping through some tags which I can find easily. At each step, I want to compare the text delimited by this tag to another text I stored in the RSSItem.rights attribute.
If the first string (the tag text) is contained in the second one (the RSSItem.rights), ...
-
To learn about clipping robots, I tried to build the following: loop over all cameras from Sonys start page and create a table with Sony's descriptions at the left and Text found on Wikipedia on the right (or at least links to any existing Wikipedia articles).
-
The example in the tutorial clips three items out of a web page one by one and does not use a loop.
I have the feeling that loops cannot be used in clipping robots. How does the portlet view help me in creating this loop?
If anyone could show me a working example, this would be of great help.
-
Hi Andreas,
thanks for your answer. I think I understand. I tried to introduce two branches like this http://service.openkapow.com/fxp/sonytest0.clip but this doesn't work either as I do not know how to set the correct test tag.
BTW: Clipping the whole div would give the result, but I would like to learn how to clip things step by step to ...
-
This tutorial expands on the basic RSS robot from the tutorial Creating a basic RSS robot that reads from Digg. In that tutorial we made an RSS robot that returns the top Digg story. We are now going to change that robot so that it returns all the stories from the Digg frontpage, not just the first one. It is assumed that you have read the ...
|
|