Hi, I have a huge consolidated file and I need help splitting them into multiple smaller files based on the column content.
The column content is having A,B,C....
I need to split it into file A with this column filtered on A, file B with this column filtered on B, etc.
How should i create a workflow, thanks.
Solved! Go to Solution.
Hi @rachelzhou
Can you provide some sample input and expected output It will help us get a better understanding of the usecase.
We will be happy to help : )
Hi @rachelzhou ,
what do you think about this solution:
You create the full filename (including path and extension) using a formula tool and set the option to take the output file name from a field. All filtering is done by the output tool!
Let me know if it works for you.
Best,
Roland
Hi @rachelzhou
Here is how you can do it.
1st generate the filename with full path like below. If file is not specified file will be outputted to the folder where the workflow was.
2nd configure the output to create new file for each filename by configuring like below.
Hope this helps : )