Skip to content

Commit 1170f74

Browse files
committed
unique data dsl update
1 parent 61ef26a commit 1170f74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/04-dsl.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>&lt;name&gt;</code>the name of the field to check</li>
7842+
<li><code>&lt;name&gt;</code>the name of the field (or comma separated fields aggregation) to check</li>
78437843
<li><code>&lt;filepath&gt;</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>&lt;name&gt;</code>the name of the field to check</li>
7910+
<li><code>&lt;name&gt;</code>the name of the field (or comma separated fields aggregation) to check</li>
79117911
<li><code>&lt;filepathRef file&gt;</code> is the name of the binding containing the path of the CSV or JSON file</li>
79127912
</ul>
79137913

0 commit comments

Comments
 (0)