Question
Issue to parse the XML
Hi all,
I am trying to parse the attached XML but having issue to do so. Please find below the problem details.
As you can see under <rowdata> the Element <field name ="" value ="" /> is repeating, I used filed Element as repeating in the parse rule,but in the runtime the field element only managed to capture the first index's attributes(Name, value) value and all other index's attribute showing as blank. Please refer the attachment for more details.
Thanks in advance for your help.
Hi,
In which version of Pega are you in?
Please try setting below DSS and see if parse rule works correctly:
Ruleset: Pega-IntegrationEngine
Purpose:SwitchToOldAssembler
Value:true
The above DSS will use old assembler(6.x) to parse the values.
Also, try resaving the parse rule and see if it works.
Resaving the rule will regenerate the java for the rule.