Read Collection Column name w.r.t ROw
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-04-20 11:34 AM
Hi,
I need one help, I have collection in that collection i have to read the column name of the row which is having value "O" in collection row.
Also my input file column has dot and dash also in the column names.
------------------------------
Saumitra Sharma
Consultant
Wipro Digital
Indian/Christmas
------------------------------
I need one help, I have collection in that collection i have to read the column name of the row which is having value "O" in collection row.
Also my input file column has dot and dash also in the column names.
------------------------------
Saumitra Sharma
Consultant
Wipro Digital
Indian/Christmas
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-04-20 06:46 AM
Hi,
Maybe try to download the column names and then filter through the expected value loop by examining the number of rows in the output of the collection
------------------------------
Wojciech Furmanski
Consultant RPA
Digital Teammates SA
Europe/Warsaw
------------------------------
Maybe try to download the column names and then filter through the expected value loop by examining the number of rows in the output of the collection
------------------------------
Wojciech Furmanski
Consultant RPA
Digital Teammates SA
Europe/Warsaw
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-20 12:20 PM
Hi Saumitra,
Is this a single row collection? If so, then try transposing the collection first - an action for this is available in the Collection Manipulation utility object. You will then have a Name/Value pair collection which you can loop through to check for "O" in the Value column and then read what is in the corresponding Name column.
Regards,
Jared
------------------------------
Jared Rumball
Q4 Associates Ltd
https://www.q4associates.biz/
------------------------------
Is this a single row collection? If so, then try transposing the collection first - an action for this is available in the Collection Manipulation utility object. You will then have a Name/Value pair collection which you can loop through to check for "O" in the Value column and then read what is in the corresponding Name column.
Regards,
Jared
------------------------------
Jared Rumball
Q4 Associates Ltd
https://www.q4associates.biz/
------------------------------
