Wednesday, February 15, 2012

ETL Encrypt and Decrypt from Talend

Let us say that you already developed your Java application using Jasypt to encrypt sensitive (private) data like I posted before.

Now you are trying to use the data as part of your ETL process in Talend.

This is not any different than using any other library, so here are the steps:

Use a tLibraryLoad to import a jar into the project
Configure the tLibraryLoad
Then declare the import in tJavaFlex

Now use the library to encrypt/decrypt

If you run the job you should see it encrypting and decrypting



No comments:

Followers