Created 07-17-2017 08:25 PM
I am using nifi update attribute processor and I need to append multiple values. right now I only see method to append one value at a time.
Here is what I need to do:
value1: "hello"
Value2:" "
Value3: "World"
I am using :append expression language.
Created on 07-17-2017 08:44 PM - edited 08-18-2019 12:58 AM
@sunile manjee
Just chain multiple append operations in the same UpdateAttribute processor like:
View solution in original post