yaql list iterator
I have data in such way.
{
"result": [
{
},
{
},
{
},
{
},
{
}
]
}
$.result.
Gives me
[
"net=10.x.x.x",
"net=10.x.x.x",
"net=10.x.x.x",
"net=10.x.x.x"
]
I want to iterate inside this using loop or something yaql has and use split function of yaql .split("=")[1] to get just the ips.
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- YAQL Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask ritesh nanda for more information if necessary.