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?
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
That works perfectly - Thank you ![]()