Correcting error in EvaluateJsonPath erroneously referring to XPath in its usage guide.

This commit is contained in:
Aldrin Piri 2015-03-02 19:54:57 -05:00
parent 5e0026c14c
commit 1263e87cdb
1 changed files with 2 additions and 2 deletions

View File

@ -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.
</p>
<S></S>
<p>
<strong>Properties:</strong>
</p>
@ -89,7 +89,7 @@
<li>
<strong>Return Type</strong>
<ul>
<li>Indicates the desired return type of the Xpath expressions.
<li>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'.")