Groupby and Concatenate Rows based on ID

Hi Knime Community,

I’m looking for a solution which will look at all rows of my data set and combine duplicate records into one row based on a single ID column. However I also want to concatenate the data in each row if it is unique. I’ve tried to show what I want in the simple snapshot below:

image

Couldn’t find the right node to achieve this… little help?

1 Like

Think I solved my own problem - unique concatenate in the manual aggregation tab for all fields. :slight_smile:

3 Likes

Hi @Cburgess and welcome to the community AND thanks for the example. This makes everything much more convenient.

You can use GroupBy node on the “ID” column and use the “Concatenate” as the aggregation method on the other columns.

:blush:

P.S. You were faster than me. Still I post this to say hi, welcome and thanks. :+1:

2 Likes

@armingrudd thanks for the welcome and solution :slight_smile:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.