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
I would like to parse the nested json for the json_string in all objects of the nested arrays. This is not currently possible with the parse_json processor as it only supports json_pointer
Describe the solution you'd like
A new configuration to support this use case. One idea would be to utilize JSON path as the above example can be represented as this json path
Is your feature request related to a problem? Please describe.
As a user with data in the format of
I would like to parse the nested json for the
json_string
in all objects of the nested arrays. This is not currently possible with theparse_json
processor as it only supports json_pointerDescribe the solution you'd like
A new configuration to support this use case. One idea would be to utilize JSON path as the above example can be represented as this json path
And this would convert all of the nested json fields to valid json format.
Describe alternatives you've considered (Optional)
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: