Is there a way to auto-label different match types in 'Join'?

Hi,

When doing a full outer join using the join node, is there any way to get the node to label the join type… like adding a column to show left only, match, right only in the results?

Hello @BSLsteve
You can split the outputs to different ports, label them individually and finally concatenate all them back together.

BR

2 Likes

That works perfectly - Thank you :slight_smile:

1 Like