Module Rules

User

Rule IDRule DescriptionNotes
import_col_not_nullImport ID column must not be empty
email_col_not_nullEmail Address column must not be empty
is_client_not_nullClient ID column must not be empty
is_valid_emailEmail Address must be in valid formatCan 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_formatBirth date must be in "yyyy-mm-dd" format
valid_originating_ts_formatOriginating Source Timestamp must be in "yyyy-mm-dd hh:mi:ss" format

Contact Preferences

Rule IDRule DescriptionNotes
option_modified_at_formatOption Modified At must respect the following format "yyyy-mm-dd"
key_col_not_nullPreference Key must not be empty
modified_at_col_not_nullOption Modified At must not be empty

Custom Data Field

Rule IDRule DescriptionNotes
import_col_not_nullImport ID must not be empty
email_col_not_nullEmail Address column must not be empty
is_client_not_nullClient ID column must not be empty