Question
Tata Consultancy Services
IN
Last activity: 22 Jan 2019 10:21 EST
How to Set property values as comma separated values when pagelist contains duplicates
Hi
When my PageList(1) Property contains duplicate values, have to set property of that pagelist values to another pagelist(2) by comma seperated.
Sample.pxResults(1): A="xyz",B="123" etc..
Sample.pxResults(2).A="xyz" ,B="abc" etc..
Have to set above two pages as 1 page values like CSV:
Final Output Required as: Test.pxResults(1): A="xyz",B="123,abc"