Question

Tata Consultancy Services
Tata Consultancy Services
IN
Tata Consultancy Services
Posted: Jan 21, 2019
Last activity: Jan 22, 2019
Last activity: 22 Jan 2019 10:21 EST
Closed
Solved
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"