Input Message
<XML>
<Message>
<Name></Name>
</Message>
</XML>
Now if you need to send Name as Null to output message . Use the following esql.
Set outputroot.json.data.message.name Value = Nullif(Inputroot.XMLNC.XML.Message.Name,'')
<XML>
<Message>
<Name></Name>
</Message>
</XML>
Now if you need to send Name as Null to output message . Use the following esql.
Set outputroot.json.data.message.name Value = Nullif(Inputroot.XMLNC.XML.Message.Name,'')
No comments:
Post a Comment