I have a folder that contains different CSVs conforming to different schemas (say, 3 of type A, 4 of type B, and 2 of type C). I have a particular data-analysis workflow designed for type B, stored in a macro, which I wish to loop for the 4 files of type B only (and produce corresponding outputs).
If my directory had only contained those 4 files, there would have been no problem at all. But such cannot be the case. I even tried to integrate dynamic input in the mistaken belief that the template specifies the schema and it did not work. So, what is the way out?