Hi all,
I have an input file that has a primary unique column ID and name columns (1 to n). Some of it might be empty (null). I need to concatenate the name fields for those that doesn't have empty cells by adding a delimiter " & ". I was trying to do using summarize tools (group by ID) and then concatenate. But I am not able to solve it. Really appreciate looking into this issue. Please see the attached sample Input and Required Sample Output.