Using recursive loop to remove rows that match certain rules.
On each recursive iteration, Rule 1 is tested.
If a pair of rows match the rule, they are removed.
If no rows match rule 1, then Rule 2 is tested.
Again if a pair of rows match the rule they are removed.
If there is only 1 row remaining, the recursive loop ends.
If no rows were removed in the iteration the recursive loop ends.
This is then applied by a group loop to each group of rows.
See Forum post link for more details.
@takbb Brian Bates 25 Nov 2024 KNIME 5.3.3 version
(ported to KNIME 4.7.8, 28 Nov 2024)
To use this workflow in KNIME, download it from the below URL and open it in KNIME:
Download WorkflowDeploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!