Parse XML with Repeating Page List Element
Hi All,
I have a requirement to parse below XML with repeating elements. But I am able to see only one page and not two under 'PersonalInfo' pagelist even after selecting Repeating option on the Node structure in 'Rowdata' element or 'PersonalInfo' node. Attached is the configuration structure I tried. Can someone please tell me what wrong I am doing.
Thanks
<pagedata>
<PersonalInfo REPEATINGTYPE="PageList"> <rowdata REPEATINGINDEX="1"> <pxObjClass>AEXP-Risk-Data-PersonalInformation</pxObjClass> <pxCreateDateTime>20211201T191000.099 GMT</pxCreateDateTime> <FirstName>Mark</FirstName> <pxCreateSystemID>pega</pxCreateSystemID> </rowdata>
<rowdata REPEATINGINDEX="2"> <pxObjClass>AEXP-Risk-Data-PersonalInformation</pxObjClass> <pxCreateDateTime>20211201T191019.015 GMT</pxCreateDateTime> <FirstName>John</FirstName> <pxCreateSystemID>pega</pxCreateSystemID> </rowdata> </PersonalInfo> </pagedata>