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