tGPGDecrypt Standard properties - Cloud - 8.0

GPG

Version
Cloud
8.0
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 Studio
Content
Data Governance > Third-party systems > File components (Integration) > GPG components
Data Quality and Preparation > Third-party systems > File components (Integration) > GPG components
Design and Development > Third-party systems > File components (Integration) > GPG components
Last publication date
2024-02-20

These properties are used to configure tGPGDecrypt running in the Standard Job framework.

The Standard tGPGDecrypt component belongs to the File family.

The component in this framework is available in all Talend products.

Basic settings

Input encrypted file

File path to the encrypted file.

Output file

File path to the output decrypted file.

GPG binary path

File path to the GPG command.

Passphrase

Enter the passphrase used in encrypting the specified input file.

To enter the passphrase, click the [...] button next to the passphrase field, and then in the pop-up dialog box enter the passphrase between double quotes and click OK to save the settings.

No TTY Terminal

Select this check box to speficy that no TTY terminal is used by adding the --no-tty option to the decryption command.

Advanced settings

Use extra parameters

Select this option to add additional parameters for the GPG Decrypt command. You can provide your parameters in the Extra parameters field.

By default, the Extra parameters field provides the --pinentry-mode loopback parameter. Parameters in this field need to be separated by spaces.

tStatCatcher Statistics

Select this check box to gather the processing metadata at the Job level as well as at each component level.

Global Variables

Global Variables

FILE: the name of the output file. This is a Flow variable and it returns a string.

FILEPATH: the path of the output file. This is a Flow variable and it returns a string.

ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box.

A Flow variable functions during the execution of a component while an After variable functions after the execution of the component.

To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it.

For more information about variables, see Using contexts and variables.

Usage

Usage rule

This component can be used as a standalone component.