Hello
I have around 200 csv files (each with a different data structure). I want Alteryx to pull each file (one at a time), take the 1st row as header, and then save that file in another folder (for example say in the Output folder).
Then again take the 2nd file and perform the steps and save, then again the 3rd and so on.
Is this possible?
Note: I tried doing this using batch macro. But the issue that i am facing is that the data is getting stacked one below the other and so for every output data i am having n number of columns with nulls.
Thanks in advance!