Hi,
I have the below input table and I want to get the output as below using linq. Your support is much appreciated. Thanks.
Output should only be in two rows with unique names and work details should be concatenated in the same cell but in the new line.
Input Datatable :
Name Work
Ram Tester
Ram Developer
Ram Devops
John SM
John Tester
Output -
Name work
Tester
Ram Developer
Devops
John SM
Tester