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 | Duplicate user records are not allowed |
unique_scv_user_email | Duplicate user records are not allowed | Verifies if there are duplicate entries considering a compound value consisting of scv_user_id and email_address |