DataQuality routine - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-03-20
Available in...

Big Data Platform

Cloud API Services Platform

Cloud Big Data Platform

Cloud Data Fabric

Cloud Data Management Platform

Data Fabric

Data Management Platform

Data Services Platform

MDM Platform

Real-Time Big Data Platform

About this task

DataQuality routine is composed of portions of code that parse and clean your data. You can use them in the settings of Data Quality components in a Talend Job.

You can access the functions by double-clicking the DataQuality node in the system routines folder in the Repository tree view.

Function

Description

Syntax

getTitle

Returns the extracted title based on a list of provided titles.

DataQuality.getTitle

getNameWithoutTitle

Returns the string without the title.

DataQuality.getNameWithoutTitle

getNameWithoutSuffix

Returns the string without the suffix.

DataQuality.getNameWithoutSuffix

getLastName

Returns only LastName value from the string.

DataQuality.getLastName

getCleansedLastName

Returns the string without the title and suffix.

DataQuality.getCleansedLastName

isValidName

Returns true/false if the string is a valid/invalid formed name respectively: [Initial] Firstname [Initial] Lastname.

DataQuality.isValidName