mattcasters opened a new issue, #5472: URL: https://github.com/apache/hop/issues/5472
### Apache Hop version? 2.14.0 ### Java version? openjdk 17.0.15 2025-04-15 LTS ### Operating system Linux ### What happened? If you have keys with a dot (.) in the JSON that you scan in the JSON Input dialog, the produced JSON paths are wrong to read fields. The thing to do is produce `$.foo['key.with.dot'].bar` instead of `$.foo.key.with.dot.bar` ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
