I need to compare 2 rows and return the columns which are not matching.
Basically , its a validation of rows from different datasets ,I will be joining the rows based on a common column ,
if there is any difference in the row values when it's compared with the other row , I will return the column which is not matching