I have a datatable like this(I am getting the data from an excel sheet). I am converting the excel sheet to a datatable. Now i need to format the data. This is what my datatable looks like.
Lead EMPnames
vinay kumar
vinay manju.u
vinay kiran
anitha manju.k
anitha rahul
sandeep arjun
sandeep manu
rohit sandeep
rohit vinay
rohit anitha
Now I need to format the datatable like this :
Lead EMPnames
vinay kumar
manju.u
kiran
sandeep arjun
manu
anitha manju.k
rahul
rohit sandeep
vinay
anitha
Any idea as how to do this? Any help would be appreciated
Thank you.