how to map element for given attribute in OIC mapper
Summary:
is there simple way to map XML element for given attribute value without using XSLT
Content (required):
for example payload has following structure:
<ResultSet>
<Row>
<Field name="id">123</Field>
<Field name="title">abc</Field>
</Row>
<Row>
<Field name="id">140</Field>
<Field name="title">xyz</Field>
</Row>
</ResultSet>
need to assign value of only element with attribute "id"
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):