NIFI-4079 Add concat in Record Path Guide. This closes #1920.

This commit is contained in:
Pierre Villard 2017-06-15 22:52:28 +02:00 committed by Mark Payne
parent 77e49b749e
commit ba3372a1dc
1 changed files with 11 additions and 0 deletions

View File

@ -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