Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Subash1
Contributor
Contributor

Encryption of a file

Hello All,

 

I am generating a .csv file by quering to a table. My requirement is now that the generated .csv file needs to be encrypted with pgp.

 

I searched but found no component for encryption. There is a custom component called tFileEncrypt pgp available but it is not compatible with my Talend Version of 7. 

 

Can any one suggest which component to use to encrypt the file. Also if we need to use/create a custom routine for encryption, kindly share the routine for the same.

 

Thanks..in advance.

Labels (2)
2 Replies
fdenis
Master
Master

hi,
you can use tsystem to execute a command line.
you can build you command mixing gpg comand line and your file name.

https://help.talend.com/reader/aKmKEfXIlcX9HlJRTh0diA/CNh3C8Qwn3W6DyLCKY9JCg

good luck
AGonzález_Blázquez1695742344
Partner - Contributor II
Partner - Contributor II

Do u have de command line for encrypting? 

TY in advanced!!!!