problem:
read files and subfiles from a folder. BUT don;t hardcode the values in Directory tool
Issue:
Folder & file name/path will be stored in spreadsheet
| Folder Path | File Name |
| C:\Alteryx\test | Company*.xls |
| C:\Alteryx\test | bank.csv |
get folder,file name --> input this to Directory tool --> read data --> process --> repeat for the second line
Output:
data from all the files together for each row
row 1 - output 1
row 2 - output 2
if the input data has 10 rows then 10 output files.
but if input data has 1 row then only 1 output file.