About this task
DataQuality routines are portions of code that parse and clean your data. You can then use them in the settings of Data Quality components in a Talend Job.
To access these routines:
Procedure
Results
The table below gives a description of these routines:
Routine |
Description |
Syntax |
---|---|---|
getTitle |
Returns the extracted title based on a list of provided titles. |
|
getNameWithoutTitle |
Returns the string without the title. |
|
getNameWithoutSuffix |
Returns the string without the suffix. |
|
getLastName |
Returns only LastName value from the string. |
|
getCleansedLastName |
Returns the string without the title and suffix. |
|
isValidName |
Returns true/false if the string is a valid/unvalid formed name respectively: [Initial] Firstname [Initial] Lastname. |
|