Author a Data Standard
Define the checks that make up a Data Standard.
Author a Data Standard
columns:
- name: email
checks:
- missing:
- invalid:
valid_format:
name: Email format
regex: ^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$
Match columns by pattern or attribute

match block to apply its checks to columns selected by attribute.Match by name pattern
Match by attribute
Targeting datasets
Example: a fuller standard
Supported fields
Dataset-level checks
Variables
Next steps
Last updated
Was this helpful?
