Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
JackStrong
Contributor II
Contributor II

How to decrypt a file on the fly (without storing decrypted file on disk)

Hi.

I have some data in the decrypted file.

What I would like to do is to decrypt encrypted file in the memory (on the fly) without storing any decrypted files on talend server disk and then pass the data to data flow in talend (to transform or load data in the database).

Is there any way to achieve this?

Regards.

Labels (2)
1 Reply
Anonymous
Not applicable

Hi @Michal Swiniarski​ 

There is no a component can decrypt the encrypted file on the fly. Go to the internet and look for Java code that can decrypt the encrypted file and generate a file stream. In talend, you can execute a piece of Java code on tJava component or creating a user routine, read the file stream using tFileInputxxx component.

 

Regards

Shong