cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Splitting the string into two strings

Former Member
0 Likes
423

Hi,

I am getting one string like 123/456, I need to split the string at '/' and pass 123 to one target and 456 to another. Is there any function to achieve this requirement please let me know...

Basha

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

Hi,

This is not possible without using a UDF. You must create a context type UDF with a .split on it.

Hope this helps,

Mark