GitHub user enjoyy2 edited a discussion: How to parse json elements with dots 
in the name

i am trying to use JSON input to parse a JSON structure, but some elements have 
"." in their name like:

{
"element.name.test.1" : {
  "hostname": "test"
  }
}

if i use it like this in the json input transform it will expect a hierarchy 
structure and won't work:
$.element.name.test.1.hostname.hostname

i tried it also with $."element.name.test.1".hostname but without luck,
i tried it also $['element.name.test.1'].host but not working

is there a way to parse those kind of element names?  isn't this supported with 
JayWay for JSON Path expressions ? 

GitHub link: https://github.com/apache/hop/discussions/5287

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to