Customer Portal

XML Extract mapping using xsd with 0 to 5 elements.

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    it is impossible to do it in one step. But you can read the file with following mapping:
    <Mappings>
    <Mapping element="XCars">
    <Mapping element="Car">
    <Mapping element="Document" outPort="0"
    xmlFields="DocumentNumber;../SerialNumber"
    cloverFields="Document;SerialNumber"/>
    </Mapping>
    </Mapping>
    </Mappings>


    and then join all records with the same SerialNumber with the Denormalizer component.

Please sign in to leave a comment.