Parsing Values
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-02-18 03:05 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-18 08:45 PM
Lots of collection looping.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-18 08:45 PM
Lots of collection looping.
