Mari
7 years agoNew Contributor
Delimeter in Mapper
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 se...