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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
sbxr
Contributor III
Contributor III

custom java code to send a particular column to a url and get response

Hi , i have table in db with one column encrypted.. i have  a url which decrypt that column .. so need to send that a request to the url nd it should return a decrypted value to the outputfile column..

 

 

Thanks

Labels (1)
  • v7.x

3 Replies
fdenis
Master
Master

define type of service(URL) is it Rest, Soap, Web Service…
sbxr
Contributor III
Contributor III
Author

i know its stupid but ..can you please give me the code for all of it..

 

thanks and respect

fdenis
Master
Master

I cannot give you your code!
but try calling your api for one row.
when it work
use a tmap with main for all your row, and a lockup on your Request Component. use reload for each link type. to decrypt your data.
Good Luck.