Hi there,
I have a requirement where I am getting data with sensitive information. My goal is to tokenize the sensitive information using the our centralized application via api's and then load the data to destination.
I do not want to save the data anywhere untokenize. So practically, as data is coming, i want to tokenize it on the fly and save to destination.
Is there any way to achieve this in ADF.
Thanks in advance!