- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nifi - Update attribute Append multi values
- Labels:
-
Apache NiFi
Created 07-17-2017 08:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just chain multiple append operations in the same UpdateAttribute processor like:
Created on 07-17-2017 08:44 PM - edited 08-18-2019 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
