Question
I tried to read and output an XML file that has multiple elements with the same name by using the Read XML File operation, but Mapper could only get the same value.
How can I get the value from each element?
Answer
Explanation of the specification
When there are multiple elements with the same name in the input schema of Mapper, Mapper cannot identify the elements and obtains the value from the first element.
Solution
If there are elements with the same name in the input schema, right-click on the elements in Mapper and set the index from the [Edit] menu.
Supplemental information
About Index (predicate) - Edit Schema
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Mapper/mpp_edit_schema.htm
Comments
0 comments
Article is closed for comments.