cancel
Showing results for 
Search instead for 
Did you mean: 

scenario

Former Member
0 Kudos

Hi,

If three elements of sender has

been given same element value,then how do you assign the values to three different fields e.g. : surname, middlename, firstname of receiver system

Thanks,

Somenath

Accepted Solutions (0)

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Somenath,

Can u please give an example?So that it could be easy for us to suggest.

Best regards,

raj.

Former Member
0 Kudos

Which option i can use?

a) Using CopyValue

b) ValueMapping,

C). Context Object

santhosh_kumarv
Active Contributor
0 Kudos

Hi

Use the substring function in the mapping to acheive this.

Or write an UDF to split the given name in to three parts by the spaces and return ot to the receiver node.

Regards

Santhosh