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
Is your feature request related to a problem? Please describe.
Append is a common operation for lists. As a Data Prepper user, I would like to be able to append values to a list in the event.
Describe the solution you'd like add_entries processor can be enhanced to achieve this by adding an append_if_key_exists option:
Is your feature request related to a problem? Please describe.
Append is a common operation for lists. As a Data Prepper user, I would like to be able to append values to a list in the event.
Describe the solution you'd like
add_entries
processor can be enhanced to achieve this by adding anappend_if_key_exists
option:Example1:
Input:
output:
Example2:
Input:
output:
Describe alternatives you've considered (Optional)
A separate
list_append
processor.Additional context
#3967
The text was updated successfully, but these errors were encountered: