How to create a list of values - 7.3

Talend Data Quality Portal User and Administrator Guide (deprecated)

Version
7.3
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 DQ Portal
Content
Data Governance
Data Quality and Preparation
Last publication date
2023-01-05

About this task

To start building document templates in Talend DQ Portal, you need first to define some parameters that will be used at the document execution time.

To define a list of values, you can use any of the following methods:

Method

Description

Fixed list of values

When you use a static definition, you are actually providing a list of value names and value description.

Query statement

When you use a query, you must provide the SQL statement to retrieve values from the data source.

Script to load values

When you use a script you have to write a Groovy script or Javascript in order to generate the values.

Java class

When you use an external call, you must indicate the class name of the Java class that will generate the values.

Prerequisite(s): You have accessed Talend DQ Portal as an administrator.

To create a list of values, do the following:

Procedure

  1. On the toolbar, click the icon and select Lovs Management.
    A page of a predefined list of values is displayed.

    Example

  2. Click the icon to open a new page.

    Example

  3. Enter a Label and a Name for the new list of values in the corresponding fields.
  4. From the Input Type list, select the value input type according to your needs.
    The fields to follow will vary according to the selected input type.
  5. From the Data Source label list, select the database source to be associated with this new list of values.
  6. In the Query definition field, enter the SQL statement for your query.
  7. Click the icon to test the created value before saving it.

    Example

  8. Select the check boxes of Value, Description and Visible columns according to the business needs and click the icon to save the list of values.
  9. The newly created list of values is listed in the Predefined list of values.

Results

After creating the list of values, you must configure permissions for end users on these lists. For further information on managing access rights, see How to grant or forbid access on LoV.