Question
1
Replies
199
Views
Intel
Posted: July 26, 2018
Last activity: July 27, 2018
Conditional parsing of XML Stream data
I am using a XML parse stream in Pega to achieve XML generation based on the clipboard properties. My requirement expects that there is a conditional transformation of xml based on the following.
1. Set a value for an element "SubState" based on the property "State".
2. Retain a node "instructions" only if there are atleast one "instruction" element with data.
Refer attachment for the
***Updated by moderator: Lochan to update platform capability***
Hello,
Would it be just easiest to parse the XML into your clipboard and apply all transformation after that?