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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

encryption using java code for one or two column

hello team ,
Can we use java code ie custom java transformations to select and encrypt one column from a table and updated the encrypted data in the table ??
Please let me know if we can atleast connect table data to any java code and modify data in table
Labels (3)
2 Replies
Anonymous
Not applicable

Hi
You can select the encrypted data from table, and then hard code to decrypt the data and modify it, encrypt it again if needed on tJavaRow component, finally, update it in table. The job looks like:
tDB2Input--main-->tJavaRow--main-->tDB2Output
Best regards
Shong
_AnonymousUser
Specialist III
Specialist III
Author

How do you access the row data in the tJavaRow code?