Bradley Melton
12/12/2024, 7:53 PMBradley Melton
12/12/2024, 8:28 PMBradley Melton
12/13/2024, 7:58 PMprocessors:
attributes/delempty:
include:
match_type: regexp
attributes:
- key: "action"
value: '^$'
actions:
- key: "action"
action: delete
The trouble is that if I try to include more than one attribute key under attributes:
then all of those have to match. Which means that if I listed every attribute I want to delete if it is empty, it will only delete the attributes if all of the attributes are empty.
And it seems I can't use a regex the attributes:
key...