tGPGDecrypt Standard properties
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. Information noteNote: This option is available only when you have installed the R2021-01 Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.
|
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 further information about variables, see Talend Studio User Guide. |
Usage
Usage rule |
This component can be used as a standalone component. |