Hi,
I have doubts regarding the node function :Splitbyvalue
I am having confusion how to specify for which structure node do we need to create the context using splitbyvalue.
For example :
Source :
source_mt
record
recnum
recnum
recnum
recnum
Target :
target_mt
header
name
item
itemnum.
In first case I want to create one header and multiple item nodes for each recnum field .
In second case I want to create multiple header node one for each recnum field and only one item node.
I wanted to know how do we specify the structure node for which the context is to be inserted.
I read the online help documentation but still am having doubts.
Thnx and regards,
Pravesh Puria.