Posted: Thu Jan 12, 2012 2:37 pm Post subject: DataInsert and Mapping : Could not map repeating XML element
Newbie
Joined: 12 Jan 2012 Posts: 1
Hi,
I am using the DataInsert node to insert XML message to a table. The XML message contains few repeating elements without child elements. The table contains separate fields for each of this element. When I went to the mapping editor and dragged the xml element to the first column corresponding to the repeating XML element, I saw a for row inserted in the spreadsheet view which I think is OK. But, all the other mappings are inside this for including the mapping of non-repeating elements.
XML structure:
<body>
<e1>element1</e1>
<e2>element21</e2> <!-- occurs 0 to 2 times -->
<e2>element22</e2>
<e3>element3</e3>
</body>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum