Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3548

Re: How to get string between comma's

$
0
0

Hi Deepali,

 

Not sure whether there is any expression editor function available. But, one way of doing it is,


  • Create a local variable 'sample'. (In the screenshot I named it as 'Name')
  • Assign output value - Deepali,B1993,January to sample variable.
  • Then use 'StringListToXML' action block which is present under XML functions.
  • In the incoming action, map sample variable to input of StringListToXML and use "," as delimiter.

          Capture.PNG

  • Now using XPath - StringListToXML.Output{/Rowsets/Rowset/Row[2]/Item} you can get the value

          2.PNG

      3.PNG

   

Regards,

Sai Vellanki.


Viewing all articles
Browse latest Browse all 3548

Trending Articles