Replies: 1 comment 1 reply
-
|
Also I need the result to be outputted as JSON, because extracting it again from [{
"id": "vs0W597VZl1qWhmtER3h-1",
"label": "",
"my_property": "324",
"my_string": "hello"
}] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to extract all attributes of a node (I don't know attribute names upfront).
Here is the example of xml file.
I can extract the object using:
But I cannot extract attributes even if I specify their name:
Bonus question how do I use filter to extract attributes of all objects which contain attribute with given value?
Beta Was this translation helpful? Give feedback.
All reactions