From 1263e87cdbe55554f8c133be2e1932b6fc3d7581 Mon Sep 17 00:00:00 2001
From: Aldrin Piri
Date: Mon, 2 Mar 2015 19:54:57 -0500
Subject: [PATCH] Correcting error in EvaluateJsonPath erroneously referring to
XPath in its usage guide.
---
.../index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
index 58da666403..f30e1b750a 100644
--- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
+++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/index.html
@@ -43,7 +43,7 @@
result evaluations in memory. Accordingly, it is important to consider the anticipated profile of content being
evaluated by this processor and the hardware supporting it especially when working against large JSON documents.
-
+
Properties:
@@ -89,7 +89,7 @@
Return Type
- - Indicates the desired return type of the Xpath expressions.
+
- Indicates the desired return type of the JsonPath expressions.
Selecting 'auto-detect' will set the return type to 'json' for a
Destination of 'flowfile-content', and 'scalar' for a Destination of
'flowfile-attribute'.")