cancel
Showing results for 
Search instead for 
Did you mean: 

option for deleting particular node if value is null

Former Member
0 Kudos

Hi experts,

               Do have options for deleting particular node in target side depending on null value for a node in source side.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

by deleting a node at target side, do you mean not creating a node at target side if a value is null at the source side. if yes, you can definitely do this.you can create a UDF to add CC.Suppress when input value is null.

If you dont want to use UDF,

You can use IF then Else

if value is Null--> return false

Else return true

use createIf function.

Hope it helps.

Regards,

Gavaksh Saxena

praveen_sutra
Active Contributor
0 Kudos

Hi Santhosh,

We can definitely achieve this using java mapping.

Write a UDF and u can pass a CC.SUPPRESS in order make the node absent in the target node.

If you can share some more details we could be in better position to help you.

thanks and regards,

Praveen T