You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@td5r I would actually move to use this https://github.com/thedevsaddam/gojsonq instead.
And implement it as an operator that has a selector and generic output. This would allow users to query only small portions of otherwise large JSON structures w/o having to deal with defining a type.
This PR improves upon #238 where the JSON paths where configured through properties - which led to unparseable port references in the resulting bundle with the message Message: "unknown port: bpi: jsonpath)bpi.USD.rate. That is because the properties would get translated into ports with names like bpi.USD.rate which confuses the parser.
I changed the operator to now accept the paths as inputs and map them to the outports via names given in the properties.
//cc @td5r
-- related to #237
I want the JSON decoding to map it received data to provided output port type.
Currently this fail because the JSON decoding checks for absolute equal JSON structure and don't allows sub sets or picking
The text was updated successfully, but these errors were encountered: