cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing Values

Sri_Krishna_Cha
Level 5
Hi All-   I have spied a table(10 rows, 11 columns) using HTML spying technique and when I trying to read the content from the element, I used get table.. But this gave me an error like there is no HTML table involved and hence I used get current value.. This gave me all the table content into a plain text file and I used split text to write the content into collection(collection 1) and then used remove null rows VBO to remove null rows and now I have 110 rows in the collection (say collection 2) ..  Now I want to write this into new collection(say collection 3) like 1st 11 rows of collection 2 as first row in collection 3 and next 11 rows of collection as second row in collection 3 . I dont see a easy way of doing it.. Any suggestions ?  
2 REPLIES 2

Denis__Dennehy
Level 15
Lots of collection looping.

Denis__Dennehy
Level 15
Lots of collection looping.