Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Subash1
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

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

Do u have de command line for encrypting? 

TY in advanced!!!!