I have a series of Hierarchal XML files in a directory. When I try to process these files using the Directory and Dynamic Input tool, I am running out of memory - I have this as an open issue with Alteryx - this method is off the table for now.
As a workaround, I would like to iterate through each file in the directory, processing them one at a time.
I am a experienced developer, but new to Alteryx.
I would like to have a source workflow that creates a list of files. I then want it to read each file and pass a data stream to a macro file for processing. That macro will then pass back a result stream. The base function can then do final processiing on this.
Can anyone provide me some high level strategies for performing this? My first question is how to iterate through each file?
Thanks,
Marc.