I am using two data tables. One has whole data (Dt_WholeData) from Excel and the other is distinct data (Dt_DistinctData) containing places only.
I need to concatenate emails from the same place. I am running this in for each row. Outer Loop is Dt_DistinctData and the inner loop is Dt_WholeData