Fetching data from arrays in payload using dataweave 2.0
**Input**
{
"result": [
[
{
"ID": "12345",
"Name": "xyz",
},
{
"ID": "12345",
"Title": "abc",
}
]
]
"result": [
[
{
"ID": "67890",
"Name": "pqr",
}
]
]
}
Trying to fetch data from arrays in payload. output data should be in xml format Thanks in advance
from Recent Questions - Stack Overflow https://ift.tt/3hWV2ng
https://ift.tt/eA8V8J
Comments
Post a Comment