on 2024 Mar 20 1:56 PM
Hi Experts,
I am facing a challenge and need your suggestions for the below scenario.
input side XML: <ROOT>
<item>
<Type>S</Type>
<Message>Success</Message>
</item>
<item>
<Type>S</Type>
<Message>Success</Message>
</item>
<item>
<Type>F</Type>
<Message>Failed</Message>
</item>
</ROOT>
likewise multiple items are coming in the input xml and I want to map only the <Type>F</Type> and <Message>Failed</Message> in the target side. How to achieve this.
Best Regards,
Purusottam Agarwal
Request clarification before answering.
I think we can use Filter with condition /ROOT/item[Type = 'F']
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.