You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2017/06/21 18:56:16 UTC

nifi git commit: NIFI-4079 Add concat in Record Path Guide. This closes #1920.

Repository: nifi
Updated Branches:
  refs/heads/master 77e49b749 -> ba3372a1d


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


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/ba3372a1
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ba3372a1
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/ba3372a1

Branch: refs/heads/master
Commit: ba3372a1dc0a5f72f82fb5cadab773872e5d4ecb
Parents: 77e49b7
Author: Pierre Villard <pi...@gmail.com>
Authored: Thu Jun 15 22:52:28 2017 +0200
Committer: Mark Payne <ma...@hotmail.com>
Committed: Wed Jun 21 14:56:07 2017 -0400

----------------------------------------------------------------------
 nifi-docs/src/main/asciidoc/record-path-guide.adoc | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/ba3372a1/nifi-docs/src/main/asciidoc/record-path-guide.adoc
----------------------------------------------------------------------
diff --git a/nifi-docs/src/main/asciidoc/record-path-guide.adoc b/nifi-docs/src/main/asciidoc/record-path-guide.adoc
index c5ba3ff..ecc74cd 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