I currently have a table in Knime that looks like the image I’ve attached. I need to end up with a table that has each customer’s purchased items represented as individual columns with yes and no(s).
Ok, I see. Go for the GroupBy node. Where Groups=CUST_ID, and Aggregation on your “food columns” . Aggregate methode = Max (or Sum should give the same answer).