I am aware of how to delete a single attribute in Nifi, but what is the proper syntax to delete multiple attributes? Do I have to use multiple UpdateAttributes transformations or is there a delimiter I can use to separate the attributes?
Thank you!
The UpdateAttribute processor's Delete Attribute Express is a regular expression, and you can delete multiple attributes with simple regex:
attribute1|attribute2|attribute3
or more complicated rules:
attribute\d
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With