mirror of https://github.com/apache/nifi.git
NIFI-4079 Add concat in Record Path Guide. This closes #1920.
This commit is contained in:
parent
77e49b749e
commit
ba3372a1dc
|
@ -449,6 +449,17 @@ and the replacement value. The replacement value may optionally use back-referen
|
|||
|
||||
|
||||
|
||||
=== concat
|
||||
|
||||
Concatenates all the arguments together.
|
||||
|
||||
|==========================================================
|
||||
| RecordPath | Return value
|
||||
| `concat( /name, ' lives in ', /homeAddress/city )` | John Doe lives in Jersey City
|
||||
|==========================================================
|
||||
|
||||
|
||||
|
||||
[[filter_functions]]
|
||||
== Filter Functions
|
||||
|
||||
|
|
Loading…
Reference in New Issue