cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion from an array list to nodes at target.

Former Member
0 Kudos

Hi,

Could anyone please tell how to split a list of values comming in one chunk in a field at source to different nodes at the target. Below is the scenario:

Source:

nodeS

Field1 contains 3 values(val1,val2,val3 like an array)

Target

nodeT

This "nodeT" should be created 3 times(depending on the number of values comming in "Field1")

no of values may differ in runtime so the nodes should be created accordingly.

Any help would be appeciated.

Thankyou.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

> Field1 contains 3 values(val1,val2,val3 like an array)

what does that mean "like an array"?

could you give an XML excerpt as example?

former_member181985
Active Contributor
0 Kudos

write an UDF which reads the filed value then create contexts based on total no. of values.

now map this UDF to target node.

Note: If values are coming individulal then you can directly map. no need for UDF.

Regards,

Praveen Gujjeti.

Edited by: Praveen Gujjeti on Apr 28, 2010 12:34 PM