iMacros Question

Kontroller

Newbie
Joined
Jul 5, 2011
Messages
29
Reaction score
0
I'm using loops to extract data from a website, however I only want every other result as there is two of every link. In other words this is my code
Code:
TAG POS={{!LOOP}} ....
Meaning POS goes up : 1, 2, 3, 4 etc with every loop.
What I want is for POS to go : 1, 3, 5, 7, 9
I can't find much information for this on the iMacros website and the forum never give me a response.
Thanks
 
Where are you saving the data? If a spreadsheet it might be easier to remove every other row than ask iMacros to loop through odd sequence.

What comes to mind is instead of looping though every page is to create a link list for iMacros to follow where you'd have all links unique.
 
Yeah it seems I'm either going to have to write every line with tag pos 1, 3, 5 and so on or edit the file after. I'm saving as either .csv or .txt, seeing which ones more suitable atm.
Thanks anyway (:
 
We cannot solve your issues without posting the whole iMacros code
 
Back
Top