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)
78357835 ``` gherkin
78367836 <name> should be unique in the "<filepath>" file
78377837 ```
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 >
78397839 </summary >
78407840 <p >Where</p >
78417841 <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 >
78437843 <li ><code >< ; filepath> ; </code > the path to the CSV or JSON file</li >
78447844 </ul >
78457845
@@ -7903,11 +7903,11 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
79037903 ``` gherkin
79047904 <name> should be unique in <filepathRef file>
79057905 ```
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 >
79077907 </summary >
79087908 <p >Where</p >
79097909 <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 >
79117911 <li ><code >< ; filepathRef file> ; </code > is the name of the binding containing the path of the CSV or JSON file</li >
79127912 </ul >
79137913
You can’t perform that action at this time.
0 commit comments