mirror of https://github.com/apache/nifi.git
Correcting error in EvaluateJsonPath erroneously referring to XPath in its usage guide.
This commit is contained in:
parent
5e0026c14c
commit
1263e87cdb
|
@ -43,7 +43,7 @@
|
||||||
result evaluations in memory. Accordingly, it is important to consider the anticipated profile of content being
|
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.
|
evaluated by this processor and the hardware supporting it especially when working against large JSON documents.
|
||||||
</p>
|
</p>
|
||||||
|
<S></S>
|
||||||
<p>
|
<p>
|
||||||
<strong>Properties:</strong>
|
<strong>Properties:</strong>
|
||||||
</p>
|
</p>
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
<li>
|
<li>
|
||||||
<strong>Return Type</strong>
|
<strong>Return Type</strong>
|
||||||
<ul>
|
<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
|
Selecting 'auto-detect' will set the return type to 'json' for a
|
||||||
Destination of 'flowfile-content', and 'scalar' for a Destination of
|
Destination of 'flowfile-content', and 'scalar' for a Destination of
|
||||||
'flowfile-attribute'.")
|
'flowfile-attribute'.")
|
||||||
|
|
Loading…
Reference in New Issue