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
| External ID, Email, Gender, Last Name, First Name, City, State, Zip Code, Country | All whitespace is removed from string, set to lowercase. |
159
-
| Phone | All non-numeric characters are removed from string. |
160
-
| Gender | A string of 'male' will be transformed to 'm', and 'female' to 'f'. |
161
-
| Date of Birth | No formatting is applied. |
162
-
| State | Compared against a Map object of states and their two-character ANSI abbreviation code. Example: "Texas", "TX", or "tx" in this field will be formatted as "tx". |
163
-
| Country | Compared against a Map object of countries and their two-letter ISO 3166-1 alpha-2 country codes. |
156
+
| User Data Field | Formatting applied to field value before hashing |
| External ID | All whitespace is removed from string, set to lowercase. |
159
+
| Email | All whitespace is removed from string, set to lowercase. |
160
+
| First Name, Last Name | All whitespace is removed from string, set to lowercase. |
161
+
| Gender | All whitespace is removed from string, set to lowercase. "male" is set to "m", "female" is set to "f". |
162
+
| Date of Birth | No formatting is applied. |
163
+
| Phone | All whitespace is removed from string. |
164
+
| Zip Code | All whitespace is removed from string. |
165
+
| State | All whitespace is removed from string and the result is compared against a map object of states and their two-character ANSI abbreviation code. Example: "Texas", "TX", or "tx" in this field will be formatted as "tx". |
166
+
| Country | All whitespace is removed from string and the result is compared against a map object of countries and their two-letter ISO 3166-1 alpha-2 country code. Example: "Germany", "germany", or "de" will be formatted as "de". |
0 commit comments