04-12-2019 11:25 AM
I have the input value stored in one string separated by delimiter comma. This value is available as Mapper variable.
For Example:
$inputstring - Value1,Value2,Value3,Value4,Value5
i have to separate these values and store separately in diff variables like mentioned below. Can anyone advise if there is any suitable functionality available for this. Anything in mapper will be helpful
Value1- Variable 1
Value2 - Variable 2
Value3 - Variable 3
Value4 - Variable 4
Value5 - Variable 5
04-13-2019 04:42 PM
Thank you. It is working now. Good one to learn. 😀