Hello,
I have a master file that I need split into multiple smaller files based on values within the data. It is one file that I need split by team, and then I need a file for each individual person on that team.
| Team Member | Team |
| Person 1 | Team A |
| Person 2 | Team B |
| Person 3 | Team C |
| Person 4 | Team A |
| Person 5 | Team B |
| Person 6 | Team C |
In this example I need separate files for Teams A,B,C and then individual files for each team member.
I know that you can use the Output tool for this, but can it do it in a cascading fashion?
Thank you!