search and get value from String

84 views Asked by At

AM new to altova mapforce.I need to search and get value from String.How to write user defined Function for this?

string is abc|A,cde|B Input is abc need output A

1

There are 1 answers

0
user3205460 On

You can use libraries , substring-after

Send the string as first argument and '|' as second argument