Hello,
I have a column with names which change on a periodic basis, I want to split or group data based on unique names.
Like Alex name might be coming 4 times in that column in different rows, John might be coming 3 times etc.
All 1 name data should be together in 1 flow which will go in 1 output
Rest all the different names will be grouped separately in the same way to output as different files.
Names keep on changing so can't put filter directly on name.