Row Splitter, one table split in different tables

Hello,

I would like to split (“cut”) 1 table in many tables based on the rows. In order to split the table I will use the ID column which is in the col1 of the table.

For example, I have 8 different ID. One ID is linked to many records. From 1 table, I would like to obtain 8 different tables.

Many thanks in advance for your help.

Hi,

you could either cascade the splitters. Or simply connect 8 Row Filter nodes to your source.

– Philipp

Hello, thank you for the reply. I took the example of 8 but in my case I have more than 8 row filter nodes to create, I have 156 different ID.
Is there a way to do it?

This sounds like a perfect case for the Group Loop Start node: