cancel
Showing results for 
Search instead for 
Did you mean: 

message mapping

Former Member
0 Kudos

I have a node and a child to it at source side, if value comes in child node then it should be mapped, if it comes with empty value then its parent should not mapped.

example

person

age

when age comes with empty value, then person shud not be mapped to target, else should be mapped.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I have a node and a child to it at source side, if value comes in child node then it should be mapped, if it comes with empty value then its parent should not mapped.

You can use

 Not (parent -> exist and (child equals " ")) -> createIf -> Target

Thanks

Gaurav

Edited by: Gaurav Bhargava on Oct 15, 2008 6:55 AM

Edited by: Gaurav Bhargava on Oct 15, 2008 7:03 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Use If and else.. U have many Functions in Message mapping....U can use the if else boolean function or else u can also u write ur own java code .