Component-specific settings for tLogRow - Cloud - 7.3

Talend Job Script Reference 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 CommandLine
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-09-13

As described in the table below, the Job script parameters you can define in the setSettings {} function of this component are all optional. If you want to keep all the default settings of this component, simply leave an empty setSettings {} function.

Function/parameter Description Mandatory?

BASIC_MODE

Set this parameter to true to display the output flow in basic mode.

By default, this parameter is set to true. Set it to false if you want to use another display mode.

This parameter, TABLE_PRINT, and VERTICAL are mutually exclusive.

No

TABLE_PRINT

Set this parameter to true to display the output flow in table cells.

By default, this parameter is set to false.

This parameter, BASIC_MODE, and VERTICAL are mutually exclusive.

No

VERTICAL

Set this parameter to true to display each row of the output flow as a key-value list.

By default, this parameter is set to false.

With this parameter set to true, you can choose to show either the unique name or the label of component, or both of them, for each output row.

This parameter, BASIC_MODE, and TABLE_PRINT are mutually exclusive.

No

FIELDSEPARATOR

Use this parameter to specify the separator to delimit data fields in the output display. The default value is \"|\".

This parameter works only when the BASIC_MODE parameter is present and set to true.

No

PRINT_HEADER

Set this parameter to true to include the header of the input flow in the output display.

By default, this parameter is set to false.

This parameter works only when the BASIC_MODE parameter is present and set to true.

No

PRINT_UNIQUE_NAME

Set this parameter to true to show the unique name the component in front of each output row to differentiate outputs in case several tLogRow components are used.

By default, this parameter is set to false.

This parameter works only when the BASIC_MODE parameter is present and set to true.

No

PRINT_COLNAMES

Set this parameter to true to retrieve column labels from output schema.

By default, this parameter is set to false.

This parameter works only when the BASIC_MODE parameter is present and set to true.

No

USE_FIXED_LENGTH

Set this parameter to true to display each field in a fixed lengths defined in the LENGTHS {} function.

By default, this parameter is set to false.

This parameter works only when the BASIC_MODE parameter is present and set to true.

No

LENGTHS {}

Include in this function the SCHEMA_COLUMN LENGTH to define the display length for each column.

This function works only when the USE_FIXED_LENGTH is set to true.

Yes when USE_FIXED_LENGTH is set to true

PRINT_UNIQUE

Set this parameter to true to show the unique name of the component for each output row.

By default, this parameter is set to true. Set it to false if you want to show the component label or both the unique name and the label of the component for each output row.

This parameter works only when the VERTICAL parameter is present and set to true.

This parameter, PRINT_LABEL, and PRINT_UNIQUE_LABEL are mutually exclusive.

No

PRINT_LABEL

Set this parameter to true to show the component label for each output row.

By default, this parameter is set to false.

This parameter works only when the VERTICAL parameter is present and set to true.

This parameter, PRINT_UNIQUE, and PRINT_UNIQUE_LABEL are mutually exclusive.

No

PRINT_UNIQUE_LABEL

Set this parameter to true to show both the unique name and the label of the component for each output row.

By default, this parameter is set to false.

This parameter works only when the VERTICAL parameter is present and set to true.

This parameter, PRINT_UNIQUE, and PRINT_UNIQUE are mutually exclusive.

No

PRINT_CONTENT_WITH_LOG4J

Set this parameter to true to output the data flow content if the log4j feature is activated and the log4j output level is set to INFO or lower than INFO for your Job.

By default, this parameter is set to true.

No

TSTATCATCHER_STATS

Set this parameter to true to gather the processing metadata at the Job level as well as at each component level.

By default, this parameter is set to false.

No

LABEL

Use this parameter to specify a text label for the component.

No