Combining Data

Hello All,

I am trying to combine the results from multiple value counters into one spreadsheet. How can I do this?
For example, I count how many values are in columns 1, 2, and 3 and each of these nodes result in an individual result. Is there any way to make the columns show up on one spreadsheet?
Thank you so much for your help!

Sounds like you look for Column Combiner node.

How do you count how many values are in columns 1, 2, 3? With the GroupBy node it is easy this way: no group columns and in manual aggregation select them and change all of their Aggregation to Unique count.

Thanks for the input. I decided to go with a value counter node with a rule engine to notify if there were non-distinct values. I will be using the group by in another place though so thank you very much for the input.