cancel
Showing results for 
Search instead for 
Did you mean: 

Groovy Script for Concat multiple queues

Ravi_Bharti08
Explorer
0 Kudos
339

Hello All,

I have one requirement to pass the values in one string separated by ,(comma)

for eg :

Below is my input :

<E1BP2054_OBJECTSTATUS_ALE>

<STATUS>A</STATUS>

</E1BP2054_OBJECTSTATUS_ALE>

<E1BP2054_OBJECTSTATUS_ALE>

<STATUS>B</STATUS>

</E1BP2054_OBJECTSTATUS_ALE>

<E1BP2054_OBJECTSTATUS_ALE>

<STATUS>C</STATUS>

</E1BP2054_OBJECTSTATUS_ALE>

and Output should be : A,B,C

Accepted Solutions (0)

Answers (0)