Hi Jaganathan, NK. (Naveen Kumar) ,
Welcome to Microsoft Q&A platform and thanks for posting your query here.
I understand that your requirement is to generate hash value for columns present in your dataset dynamically.
For that, you can use columns()
function in dataflow, it dynamically gets all the columns present in the dataset.
Additionally, you mentioned that you want to exclude one column , instead of using column() function , you can also create a parameter in the dataflow and define the desired column names in that parameter and use that parameter in hash function such as (sha2, md5 etc)
For implementation, kindly visit the below video:
Find Row Uniqueness through Hashing with ADF and Synapse
Hope it helps. Kindly accept the answer by clicking on Accept answer
button. Thankyou