Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

NiFI 1.3+ : How to use Record Processor to Create a new Field

avatar
Master Guru

I want to create a new field in the output that is the concatenation of two input fields, example

ouput schema

name

input schema

firstname

lastname

name = firstname (space) lastname

How could I do that with just the record processors?

1 ACCEPTED SOLUTION

avatar
Master Guru

https://github.com/apache/nifi/pull/1920/files

Didn't see docs for it but

concat(/last_name,', ',/first_name) works

View solution in original post

1 REPLY 1

avatar
Master Guru

https://github.com/apache/nifi/pull/1920/files

Didn't see docs for it but

concat(/last_name,', ',/first_name) works