Solved
Forum Discussion
nsingam
4 years agoEmployee
Hi,
Use the below expression in a mapper. After that use the Splitter snap to get the details.
$Systems.map(x => {“Systems” : x.substring(x.indexOf(“(”)+1, x.indexOf(“)”))})
Hi,
Use the below expression in a mapper. After that use the Splitter snap to get the details.
$Systems.map(x => {“Systems” : x.substring(x.indexOf(“(”)+1, x.indexOf(“)”))})