cancel
Showing results for 
Search instead for 
Did you mean: 

Split String into multiple fields on target side

former_member309269
Participant
0 Kudos

Dear All,

I need to write the udf to achieve the below (| will have to be removed). For eg:

Single Source Field containing below value:

Emp|EmpName|EmpAddress|EmpPhone

Now on the target side, we have 4 different fields (a,b,c,d). I need to map like this now:

Emp ->a

EmpName->b

EmpAddress->c

EmpPhone->d

Please let me know the the udf code for the same.

former_member309269
Participant
0 Kudos

Any pointers please? I followed other links but it is not working, so looking for the correct udf code. Please let me know.

Regards,

Amita

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor

Hi,

You need a context type UDF with four result lists. Something like this:

PS: The sample above is over-simplified but you get the idea

Regards,

Mark

former_member309269
Participant

Thank you very much Mark. Appreciate it 🙂

Regards,

Amita

Answers (0)