Hi team,
I have a practical scenario where I have different CSV files (more than 100) that I need to process on a daily basis. The data in those CSV files changes daily and we use Alteryx to process the data in some of the columns. However, we are worried that one day, there are fewer or more data columns that we receive from our data provider, so we need to find a way to do a 'completeness check' by checking both the number and order arrangement of data files' column headers against a template for column headers (which represents our golden source).
Is it possible to do a check for multiple files, then collate the matching results of all files and then generate a summary table as output? Either in the form of xlsx or email is fine. My issue is how to use Alteryx to generate such summary table. We are not concerned about what specific information to have in the table as long as it helps in this control function (whether it shows True/False, or the actual number of column headers). I wish to have an example on how to generate sample table from our scenario described.
Please help. Thanks for your kind assistance.