Skip to content

Commit 7e3a666

Browse files
authored
Update RuleSet_DSL_Full.md
1 parent 0eb0608 commit 7e3a666

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RuleSet_DSL_Full.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ Here is a more complex, fine-grained set of rules that specify additional constr
341341
// Column ID should be unique; each value should start with 'PSA'; PSA0000 is not a valid value.
342342
// Column Country can have only one of the following values:
343343
//'EGY', 'PER', 'NZL', 'IND', 'MAS', 'WAL', 'ENG', 'FRA', 'SUI'.
344-
//Column Year_of_Birth should have the format 'YYYY'
344+
//Column Year_of_Birth should have the format 'YYYY'.
345+
//Column Zip_Code is not null.
345346
//Conditional rules:
346347
//Zip_Code for Wales and England should be of type string.
347348
//Zip_Code for all other countries should be of type integer.
@@ -379,7 +380,7 @@ column: 'Address'
379380
has value type string
380381
381382
column: 'Zip_Code'
382-
has value type string
383+
is not null
383384
384385
conditional rule: 'Country-Zip1'
385386
if

0 commit comments

Comments
 (0)