Rule ID | Rule Description | Notes |
---|
import_col_not_null | Import ID column must not be empty | |
email_col_not_null | Email Address column must not be empty | |
is_client_not_null | Client ID column must not be empty | |
is_valid_email | Email Address must be in valid format | Can contain letters (a-z), numbers (0-9), and periods (.). Cannot contain an ampersand (&), equals sign (=), underscore (_), apostrophe ('), dash (-), comma (,), brackets (<,>), or more than one period (.). Can begin or end with non-alphanumeric characters, but not periods. |
valid_birth_date_format | Birth date must be in "yyyy-mm-dd" format | |
valid_originating_ts_format | Originating Source Timestamp must be in "yyyy-mm-dd hh:mi:ss" format | |
Rule ID | Rule Description | Notes |
---|
option_modified_at_format | Option Modified At must respect the following format "yyyy-mm-dd" | |
key_col_not_null | Preference Key must not be empty | |
modified_at_col_not_null | Option Modified At must not be empty | |
Rule ID | Rule Description | Notes |
---|
import_col_not_null | Import ID must not be empty | |
email_col_not_null | Email Address column must not be empty | |
is_client_not_null | Client ID column must not be empty | |
Updated about 2 months ago