Hello
I have to create a BATCH MACRO in which I have to process multiple csv files which have got the following 10 fields inside them -
FileName,Ticker,OLD_Date,Time,Open,High,Low,Close,Volume,Open Interest
FileName
Ticker
OLD_Date
Time
Open
High
Low
Close
Volume
Open Interest
Now, ever once in a while, I end up with a csv file, which is either missing a particular required field, or have got some additional field which should not be there and sometimes there are cases of having spelling mistakes in the field names as well.
So I am trying to design a workflow which will WARN or ALERT me if there is any such error present within my csv files. I want to make sure that all the new data files that I process through my workflow, have the DITTO SAME data structure.
Here are the steps that I am trying to accomplish in this workflow -
First of all, convert all the Fields to Lower Case
Then edit the "open interest" field by removing the space and adding an underscore.
Then make sure that the csv file has got these 10 Fields inside it
AND in the same sequence,
AND with the same spelling for each field -
filename
ticker
old_date
time
open
high
low
close
volume
open_interest "note that I have removed the space and added an underscore instead"
Please suggest me which particular Alteryx tools will help me to do the above steps in most efficient manner.
I have also attached the Alteryx Worflow Package .yxzp file and the sample data file, so that you can easily open it up on your machine. I have used the latest version of Alteryx for creating this workflow. You may please have a look.
Thanks and Regards


