What would be the wild card expression for reading all these file through input data. Please tell more than one thanku.
Hi @AbdulBasit ,
Path\*.csv
Or alternatively path\Sales*.csv
I have amended my post.
of course, @atcodedog05 are CSV files. I need coffee 🙂
Hi @AbdulBasit
It would be
Sales_*.csv in place of filename
This article first method would be helpful for your usecase https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/The-Ultimate-Input-Data-Flowchart/ta-p/20480
@atcodedog05 Thank you for useful insight : The Ultimate Input Data Flowchart , also Maria Whiteside as created . Now I understood.