I am struggling with creating a batch macro. I see several posts on the subject, but I’m missing some basic understanding (I’ve never used a Macro in Alteryx before).
I have about 400 files in a directory, they are csv format, compressed. Each file is around 300 to 400MB, so wildcard isn’t going to work given it’s over 65GB of data. File naming convention is 000000_0.gz thru 000395_0.gz. All files have the same layout. My task is to extract 13 of the 137 columns then write the results into separate files such as “new_000000_0.csv”
My confusion is threefold:
Here is my macro:
And here is my calling workflow:
Solved! Go to Solution.
my apologies - this question was already answered by LordNeilLord