Date functions in tDuplicateRow - Cloud - 8.0

Data privacy

Version
Cloud
8.0
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Data Quality components > Data privacy components
Data Quality and Preparation > Third-party systems > Data Quality components > Data privacy components
Design and Development > Third-party systems > Data Quality components > Data privacy components
Last publication date
2024-03-28

The Function list for a Date column is date-specific. It allows you to decide the type of modification you want to do on date values.

There are three different ways to generate the date value for duplicated records:

  • Modify date value: randomly selects the day, month or year to modify and puts a random value in place.

  • Switch day month value: switches the day and month values. If the original day value is greater than 12, then the new month value will be ((N-1) mod 12) +1. For example: If the original day is equal to 13, then the new month is equal to 1.

  • Replace by random date: generates a random date with day, month and year values.