Hello Abhishek,
For this kind of duties, one approach that has worked with me is using XSLT transformations. There is an specific command to sort the data and you could even summarise using xslt. It is clean and straight forward.
Have a look into the sort and sum commands
https://www.w3schools.com/xml/xsl_sort.asp
Regards,
Ariel
Hi Abhishek,
You can use message mapping
Sort Key element
element ----> removeContexts-- -> sort-- -> splitByValue[value change]
Other elements depend form key element
element_no_PK ---> removeContexts -----> sortByKey
Regards
Juan
Add comment