Skip to Content
0
Jun 24, 2019 at 12:40 PM

Message Mapping Scenario - Split Issue

253 Views Last edit May 21, 2020 at 04:27 PM 2 rev

Hi All,

I have similar following requirement could anyone tell me whether this is achievable in SCPI. If yes, Pls help?

Input Xml

<Input>
   <value>1,2,3,4,5</value>

<Input>

Output Xml

<Output>
  <value>1</value>
  <value>2</value>
  <value>3</value>
  <value>4</value>
  <value>5</value>
</Output>

Please let me know the possibilities

Thanks

Ansari