Json With null value #20771
Replies: 1 comment
-
Answered over here: #20770 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I parse json from kafka that some key may have null value ? like following json , the message_key is null so that I get an error message:
ERROR transform{component_kind="transform" component_id=json_parser component_type=remap}: vector::internal_events::remap: Mapping failed with event. error="function call error for "parse_json" at (4:25): expected string, got null" error_type="conversion_failed" stage="processing" internal_log_rate_limit=true
the json is like this:
my transform config is this but the del function can not solve this problem
Beta Was this translation helpful? Give feedback.
All reactions