Skip to content

Commit 0eb0608

Browse files
authored
Update RuleSet_DSL_Full.md
1 parent 8afe7b1 commit 0eb0608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RuleSet_DSL_Full.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ Here is a more complex, fine-grained set of rules that specify additional constr
343343
//'EGY', 'PER', 'NZL', 'IND', 'MAS', 'WAL', 'ENG', 'FRA', 'SUI'.
344344
//Column Year_of_Birth should have the format 'YYYY'
345345
//Conditional rules:
346-
//Zip for Wales should start with 'NP'
347-
//Zip for Egypt should be 5 characters long.
346+
//Zip_Code for Wales and England should be of type string.
347+
//Zip_Code for all other countries should be of type integer.
348348
//-------------------------------------
349349
350350
column names in ['Rank', 'PSA_ID', 'First_Name', 'Last_Name', 'Country', 'Year_of_Birth', 'Address', 'Zip_Code']

0 commit comments

Comments
 (0)