Wednesday, February 23, 2022

Filter

When to use Filter?

->  if want to filter information by extracting a specific node from the incoming message.


What are different value types?

-> 



Sample XML Payload: (to put inside Body of Content Modifier)

----------------------------------------

<Message>

<orders>

 <order>

 <clientId>I0001</clientId>

 <count>100</count>

 </order>

 <order>

 <clientId>I0002</clientId>

 <count>10</count>

 </order>

</orders>

</Message> 

-------------------------------------------------

iFlow:


Content Modifier:



With value type as ' Integer '




With value type as Boolean :





With Value type as 'Node' : (only first occurrence of node is considered)




With Value type as 'Nodelist'  (All <count> nodes are considered )






No comments:

Post a Comment