Solved
Forum Discussion
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(“)”))})
JensDeveloper
4 years agoContributor II
Hey @nsingam ,
Thank you for your answer. It works.