Warning Jobserver and all related Jobserver integrations reached their End of Life in commercial environments in October, 2024. In Collibra Platform for Government and Collibra Platform Self-Hosted environments, they will reach their End of Life on May 30, 2027. For more information, go to Announcements.
Edit an advanced data type
Important This feature isn't available in the latest UI.
If an existing advanced data type is incorrect, you can edit it.
Prerequisites
- You have a global role with the Catalog global permission, for example, Catalog Author.
- You have a global role with the Advanced Data Type > Update global permission.
- Your environment uses the classic UI.
Steps
-
On the main toolbar, click
→
Catalog.
The Catalog homepage opens. - On the submenu, click Advanced Data Types.
- In the row of the data type that you want to edit, click
.
The Edit Advanced Data Type dialog box appears. - Enter the required information.
You cannot change the base data type.Option Description Name The name of the advanced data type. The name has to be unique, including the basic data types. Description The description of the advanced data type. Base data type The data type used as basis for the advanced data type:
- Text
- Geographical
- True/False
- Date
- Time
- Date and Time
- Whole Number
- Decimal Number
- Array
- N/A
Examples
Base data type
Field name Patterns
Text
Email address
[a-z0-9]+[_a-z0-9\.-]*[a-z0-9]+@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})Text
IP address
\b(?:(?:2(?:[0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9])\.){3}(?:(?:2([0-4][0-9]|5[0-5])|[0-1]?[0-9]?[0-9]))\bDate
Custom Date
yyyy-MM-ddTime
Custom Time
HH mmDate and Time Custom Date and Time MM/dd/yyyy HH:mm:ssTrue/False Boolean (French) - true: vrai, v
- false: faux, f
Advanced data type (variable field name) The field name depends on the selected base data type.
Base data type
Field name Description
Text Regular expressions List of regular expressions.
For more information about regular expressions, see regular-expressions.info.
Geographical Regular expressions List of regular expressions.
For more information about regular expressions, see regular-expressions.info.
Date Date pattern List of date patterns using the DateTimeFormatter format. See the official Java documentation. Time Time pattern List of time patterns using the DateTimeFormatter format. See the official Java documentation. Date and Time Date and Time pattern List of date and time patterns using the DateTimeFormatter format. See the official Java documentation. Whole Number Numeric format Locale for the format of whole numbers. Decimal Number Numeric format Locale for the format of decimal numbers. True/False - True values
- False values
- List of values that are accepted as True value.
- List of values that are accepted as False value.
Array or N/A Not applicable for advanced data type detection. - Click Save.