Hi- I just spoke with Alteryx support about this and they suggested I add this to the Community page. Basically, for an incoming data stream, I'd like to be able to "split" the file into unique files based on the value of a particular column. I've attached a file for reference- in this file, it would be great to be able to have the incoming data split according to the Brand or Vehicle Type fields, with each stream available for further manipulation after the split.
While this can be accomplished one at a time with the Filter tool, for large files with 50+ "split-by" values, it would be great to accomplish this in one step.
Thanks in advance for your vote!
Solved! Go to Solution.
Without knowing the actual business process you need, you should be able accomplish the "splitting" by creating your process in a batch macro and then running process through the list of the values one at a time.
I am curious what you want to do with the files after the split. The Output tool can automatically create individual files for each value in a field.
You can easily use the directory tool and a dynamic input tool to read all the files back in.
So I am just trying to understand what is it exactly you are trying to do with the files that cannot be done?
Thanks for your prompt response. I work in healthcare and have sets of diagnosis and procedure codes that are used to categorize patients. For patients falling into different categories, there are a number of data operations that we undertake that are unique to the patients in that category-
I like your idea about writing the data out and reading the files back in- may give that a shot-
Thank you-
Ryan Richardson
Nick- I really appreciate this- Thank you!
Hi- I was able to split my output files using the Append suffix to filename option shown in the screenshot below- really did the trick for me-
[cid:image001.png@01D34C19.4748E7D0]
Ryan Richardson
Tara,
I came across your reply in researching a similar issue. Basically, I have a file with transactional information and I want to split out and analyze transactions based on the bank of origin. I created the Temp Output, pointed the Directory input toward the temp file, but am having trouble configuring the dynamic input tool to split out the transactional data on the way back in. Do you have any additional guidance on this tool?
Nick, this has been really helpful! Thank you!