Hi,
I have 2 data sets. I need to compare 2 datasets and email if any of the field is not matching. both tables has same headers , but one table in row wise object and 2nd table is column wise object.
Dataset1 :
Product Object Value
Apple Distribution 01
Apple Content 05
Apple Content 06
Apple Variance 02
Apple Variance 03
Apple Variance 04
Dataset 2:
Product Distribution Content Variance
Apple 01 05,06 02,03
When we compare these 2 , Variance '04' is missing. that we need to set Email as Product : Apple , Variance : 04
I have tried Transpose function for dataset 2 to convert records into column wise and tried Join tool to compare records with dataset 1. But Email function not working after join .. Any way to achieve this