File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7835,11 +7835,11 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
7835
7835
``` gherkin
7836
7836
<name> should be unique in the "<filepath>" file
7837
7837
```
7838
- <p >Checks that the current value of a field is unique in a CSV or JSON input file</p >
7838
+ <p >Checks that the current value of a field (or aggregation of fields) is unique in a CSV or JSON input file</p >
7839
7839
</summary >
7840
7840
<p >Where</p >
7841
7841
<ul >
7842
- <li ><code >< ; name> ; </code >the name of the field to check</li >
7842
+ <li ><code >< ; name> ; </code >the name of the field (or comma separated fields aggregation) to check</li >
7843
7843
<li ><code >< ; filepath> ; </code > the path to the CSV or JSON file</li >
7844
7844
</ul >
7845
7845
@@ -7903,11 +7903,11 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
7903
7903
``` gherkin
7904
7904
<name> should be unique in <filepathRef file>
7905
7905
```
7906
- <p >Checks that the current value of a field is unique in a CSV or JSON input file</p >
7906
+ <p >Checks that the current value of a field (or aggregation of fields) is unique in a CSV or JSON input file</p >
7907
7907
</summary >
7908
7908
<p >Where</p >
7909
7909
<ul >
7910
- <li ><code >< ; name> ; </code >the name of the field to check</li >
7910
+ <li ><code >< ; name> ; </code >the name of the field (or comma separated fields aggregation) to check</li >
7911
7911
<li ><code >< ; filepathRef file> ; </code > is the name of the binding containing the path of the CSV or JSON file</li >
7912
7912
</ul >
7913
7913
You can’t perform that action at this time.
0 commit comments