Customer Portal

JsonExtract could not read second record of root array

Comments 2

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hello,
    in order to extract both fields from the array, try using this mapping:

    <Mappings>
    <Mapping element="json_array">
    <Mapping element="json_array" outPort="0"
    xmlFields="{}id;{}name"
    cloverFields="id;name">
    </Mapping>
    </Mapping>
    </Mappings>

    Attached is a graph where this is demonstrated.
    Best,
  • Avatar
    madan_clover3
    0
    Comment actions Permalink
    Thank you. With the above changes working as expected.

Please sign in to leave a comment.