Numbers, dates and times formatting - 7.3

Talend Data Stewardship User Guide

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
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 Data Stewardship
Content
Administration and Monitoring > Managing users
Data Governance > Assigning tasks
Data Governance > Managing campaigns
Data Governance > Managing data models
Data Quality and Preparation > Handling tasks
Data Quality and Preparation > Managing semantic types
Last publication date
2023-09-19
Talend Data Stewardship automatically formats number, date and date/time values when you load data into campaigns.

It uses space as thousand separator and dot as decimal separator and numbers are displayed accordingly in the task list.

It displays date and date/time following the international standard defined by ISO (ISO 8601), which defines a numerical date or date/time strings as follows: YYYY-MM-DD HH:mm:ss where:
  • YYYY is a four-digit year.
  • MM is a two-digit month.
  • DD is a two-digit day.
  • HH is two digits of hour.
  • mm is two digits of minute.
  • ss is two digits of second.

This built-in formatting is only visual. When you retrieve the actual data from the tasks in Talend Data Stewardship, you will have the initial integers or decimals values.