
Contributor
2020-01-04
12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
393 Views
2 Replies

Master
2020-01-06
08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
393 Views

Partner - Contributor II
2024-02-26
05:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do u have de command line for encrypting?
TY in advanced!!!!
