Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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