Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAFor this week’s challenge we can look at using Alteryx to automate a repetitive task. The link to last week’s challenge (challenge #18) is HERE.
Use Case: Customer has 100's of xls files with 1 common sheet available in all workbooks. Through one process, the user would like to read across all of the xls files and return the values contained in specific cells - Row 2, Column 3 and Row 8, Column 2 for each sheet within each XLS workbook.
The result should be a table OR browse tool containing 3 columns: XLS File, Row2_ Column3, and Row8_Column2.
You will only have 2 xls files for this challenge, Book1 and Book2, but keep in mind that the use case is for 100s of Excel files with the same schema. You won’t want to use 2 input tools since that would not scale to 100’s. Also, for all data consumption, please check the box for First Row Contains Data. This is because in the headers for an Excel file are in row #1.
Good luck and keep it simple, this should be an easy challenge!
Provided solution from @GeneR and @TaraM is more direct - attached mine below
Yikes!
I missed the K.I.S.S. principle here.
We actually used this one as a demo in a User Group meeting last year - just realized I already had the answer! Posted! :)
Ok, going through the back catalogue.
This was a nice and easy one and I assume everybody has done this in pretty much the same way: