• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » encryption using java code for one or two column

#1 2011-11-09 12:00:21

Vikram
Guest

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

#2 2011-11-10 04:22:17

shong
Talend team
Registered: 2007-08-29
Posts: 10305
Website

Re: encryption using java code for one or two column

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


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#3 2012-07-03 19:45:02

Fernando Gessler
Guest

Re: encryption using java code for one or two column

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

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » encryption using java code for one or two column

Board footer

Powered by FluxBB