Joiner returning duplicates

Hi all,

 

I'm aware that if the left table's row can join to 2 or more of the rows on the right table, duplicate rows will ocurr.
I was wondering if it's possible to either remove duplicates, or stop the joiner from returning these duplicate rows.


Cheers

Figured I could just use the groupby node. The table had a UID so just used manual aggregation on the uid column and had the setting to "first".

 

Seems fine.