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, is there a way to parse those kind of element names? GitHub link: https://github.com/apache/hop/discussions/5287 ---- This is an automatically sent email for users@hop.apache.org. To unsubscribe, please send an email to: users-unsubscr...@hop.apache.org