I am trying to build a classificaiton path in data. The data needs to be classified in the following tree pattern . i tried the group loop but all the data ends up in same node at the end node.
My goal is to create nodes automatically as shown in the picture attached.
Hello @Suresh_Murthy,
The Group loop end node collects all the data processed in the loop over different iterations.
If you have a constant structure of input data, thenI would suggest using the Rule-based Row Splitter node, where you can specify how you want to split the table based on your conditions.
Best,
Keerthan
3 Likes