cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help in creating the target node.

Former Member
0 Kudos

Hi All,

The sender side structure.

Item 0..9999

text 1..1

target structure.

item 0..U

text 1..1

based on the occurence of the text data i need the target node to be repeated.

example in text node i need to check how many times ABC is coming...if it come 3 times then i need to generate the target root (item)node 3 times.

Please tell me how to achive this.

Regards,

Chinna

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Chk this:

text->removeContext

-


equals ---Ifwithoutelse (constant( ) -


> Then) -


item(target)

Constant( ABC)

Thanks

Amit

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

You can use this mapping:


For item:

text --> removeContext --> Item

For text:
text --> text

Hope this helps,

Mark

Edited by: Mark Dihiansan on Mar 18, 2011 6:18 AM