DataQualityFunctions
Classes
Exposes functions to analyze, validate, and improve the quality of your data. |
Methods
Reads a country name as input and returns the full ISO country name, the ISO three-letter country code, and the ISO two-letter country code. |
|
Validates the email format. |
|
Flags suspicious or fake names in the input data. |
|
Identifies and removes non-printable characters in an input field. |
|
Translates diacritical characters to regular ASCII text characters. |
|
Validates if the input column data is a five-digit United States zip code. |
|
Validates if the input column data is a state name in the United States. |
|
Parses a United States SSN pattern from a larger string of text. |
|
Parses the United States phone number from a string of text and validates if the area code is valid for the United States. |
|
Determines the gender status.If you know the gender for a specified name, the rule determines the status based on the gender-specific score. |
|
Checks if the input column data is a valid county name in any state in the Unites States. |
|
Standardizes a company name and provides an acronym if possible. |