cancel
Showing results for 
Search instead for 
Did you mean: 

Need UDF for splitting string

former_member229310
Active Participant
0 Kudos

Hi All,

I have an input field with the payload value in the source structure as xxx_abc_yyyy_2010.txt .

I need string abc for one of the target field1 and 2010 for another target field 2.

Please suggest.

Thanks.

View Entire Topic
Former Member
0 Kudos

Hi,

your requirement is a simple text formatting and can be achieved by substring function.

So better you use the standard function itself as these are precompiled and enhances your scenario performance.

cheers,

Abhishek.