From ba3372a1dc0a5f72f82fb5cadab773872e5d4ecb Mon Sep 17 00:00:00 2001 From: Pierre Villard Date: Thu, 15 Jun 2017 22:52:28 +0200 Subject: [PATCH] NIFI-4079 Add concat in Record Path Guide. This closes #1920. --- nifi-docs/src/main/asciidoc/record-path-guide.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nifi-docs/src/main/asciidoc/record-path-guide.adoc b/nifi-docs/src/main/asciidoc/record-path-guide.adoc index c5ba3ffc13..ecc74cdcc7 100644 --- a/nifi-docs/src/main/asciidoc/record-path-guide.adoc +++ b/nifi-docs/src/main/asciidoc/record-path-guide.adoc @@ -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