|
|
Browse by Tags
All Tags » REST » loop (RSS)
-
Is it possible to extract REST output names as well as values?
I would like to loop through a table using the header row for Names, and the data in each column below the header as value instances of those names. For example
IDTitleDescription
1
Carrots
the long orange root vegetable
2
Turnips
the ...
-
thanks chris
as always you come to our rescue. makes me wonder are you from openkapow staff
-
i have some values in CSV(single line, no headers, no column names, just single line of CSV). i want to pass those values one by one to a search form. after the first value, it will submit that value to a search from extract some data and then continue the same process with second value. what are the steps required to make this robot. first load ...
-
Hi. I want to take the data from every line of a table into a REST robot. But the number of rows in the table are different every time, so i need to loop. Now the first few lines in the table are just header information and I do not want to take that data. How do I jump over the first 2 rows in a table when I do a loop?
|
|