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
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