Hello
I have got csv files into two different folders. The files have same names in both the folders, they just have the additional SUFFIX different.
The names of the files present in this Folder 1 are like this -
20160530-Google.csv
20160531-Google.csv
and so on, for each date.
The names of the files present in this Folder 2 are like this -
20160530--Apple.csv
20160531--Apple.csv
and so on, for each date.
I need to append the data from both the files into a single file, such that one file will have the data for -
20160530-Google.csv
20160530-Apple.csv
and other file will have the data for -
20160531-Google.csv
20160531-Apple.csv
Basically, right now I have two files for each date and I want to have just one file for each date.
I have to do this on thousands of file present inside the Folder 1 for Google and Folder 2 for Apple.
The data schema for both folder files are DITTO SAME.
Can someone please suggest which would be the best way for doing this in Alteryx? Please remember I need to repeat this process for 1000+ files. And the data from 20160531-Google.csv should get appended with the data from 20160531-Apple.csv only. I do not want to end up mixing the data of different dates with each other.
I have attached the sample workflow having the sample data.
Any ideas are welcome.
Thanks a lot
