cancel
Showing results for 
Search instead for 
Did you mean: 

Hi All, The target node should be created only when source sends the data. otherwise when it sends empty value, the node should not be created. Please suggest a solution for this.

Former Member
0 Kudos

Hi All,  The target node should be created only when source sends the data.  otherwise when it sends empty value, the node should not be created. Please suggest a solution for this.

Accepted Solutions (0)

Answers (4)

Answers (4)

abhradeepbasu
Participant
0 Kudos

Hi Chetan,

If in your case file is coming then you can restrict this in the channel itself before message processing stage itself.

As we are not sure about your scenario flow, you can identify a field whose occurance is mandatory and you can put your mapping logic as described above for that field.

Hope it clears your doubt.

/AB

former_member184789
Active Contributor
0 Kudos

Hi,

You can also try :

Source field-length greater than 0-> CreateIf-> Target Segment

naveen_chichili
Active Contributor
0 Kudos

Hi Chetan,

You can try the logic as example below .

Thanks,

Naveen.

Former Member
0 Kudos

Hello,

Paste your source and target structure?

BTW, mapping will be something like this:

Source field -> equals () -> not -> IfwithoutElse (source field -> then) -> target

Thanks

Amit Srivastava