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.
- Now using XPath - StringListToXML.Output{/Rowsets/Rowset/Row[2]/Item} you can get the value
Regards,
Sai Vellanki.