Skip to content

Commit

Permalink
Tab police
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1723920 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 947939c
  • Loading branch information
sebbASF committed Jan 10, 2016
1 parent 4d51d20 commit 48b83a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xdocs/usermanual/component_reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6042,11 +6042,11 @@ It will alow you to extract in a very easy way text content, see <a href="http:/
<property name="JSON Path Expressions" required="Yes">Semi-colon separated JSON-PATH expressions (must match number of variables)</property>
<property name="Default Values" required="No">Semi-colon separated default values if JSON-PATH expressions do not return any result(must match number of variables)</property>
<property name="Match Numbers" required="No">If the JSON Path query leads to many results, you can choose which one(s) to extract as Variables:
<ul>
<li><code>0</code> : means random (Default Value)</li>
<li><code>-1</code> means extract all results, they will be named as <code><em>variable name</em>_N</code> (where N goes from 1 to Number of results</li>
<li><code>X</code> : means extract the X<sup>th</sup> result. If this X<sup>th</sup> is greater than number of matches, then nothing is returned. Default value will be used</li>
</ul>
<ul>
<li><code>0</code> : means random (Default Value)</li>
<li><code>-1</code> means extract all results, they will be named as <code><em>variable name</em>_N</code> (where N goes from 1 to Number of results</li>
<li><code>X</code> : means extract the X<sup>th</sup> result. If this X<sup>th</sup> is greater than number of matches, then nothing is returned. Default value will be used</li>
</ul>
</property>
<property name="Compute concatenation var" required="No">If many results are found, plugin will concat them using ‘,’ separator and store it a var named <code><em>&lt;variable name&gt;</em>_ALL</code></property>
</properties>
Expand Down

0 comments on commit 48b83a0

Please sign in to comment.