About this task
DQTechnical routines are portions of code that perform advanced String manipulation. 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 |
---|---|---|
extractTitle |
Returns the extracted title based on a list of provided titles. |
|
removeTitle |
Returns the string without the title. |
|
extractLastName |
Returns the string without the last name. |
|
removeNameSuffix |
Returns the string without the suffix. |
|
isNameStringValid |
Returns true or false if the string is a valid formed name: [Initial] Firstname [Initial] Lastname. |
|