I have a csv file with list of emails. The same values i need to print. I have used for each row activity to traverse through the datatable.
I am trying to print the value as row.ToString but the output is coming as System.Data.DataRow.
Please help.