You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RuleSet_DSL_Full.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,12 +321,13 @@ Let's see how RuleSet can be used to write data validation rules. Given below is
321
321
| 15 | PSA8777 | Eain Yow | Ng | MAS | 1998 | 38 Jalan Ampang, Kuala Lumpur | 50450 |
322
322
<br>
323
323
324
-
Here is a simple set of rules that only specify value types for each column. Note that lines starting with `//` are considered comments in RuleSet. Comments may be entered anywhere in the rules file.
324
+
Here is a simple set of rules that only specify value types for columns.
325
+
<be>Note that lines starting with `//` are considered comments in RuleSet. Comments may be entered anywhere in the rules file.
325
326
```dsl
326
327
//Rules to validate squash_playsers.csv
327
328
//These rules specify value type for each column, except for Zip_Code. Why do you think value type evaluation has been
328
-
//skipped for Zip_Code? How would you do it using RuleSet? Find out in the more complex rule specifications below.
329
-
//-------------------------------------
329
+
//skipped for Zip_Code? How would you do it using RuleSet? Find out below in the more complex rule specifications below.
0 commit comments