I have got three different naming conventions of files in one directory that I want to work on. I need to generate a list for each file type separately so that I can parse the data inside. The naming conventions are as follows.
[0-9]+-[0-9].xls (eg. 24-8.xls)
[0-9]+-[0-9]-RB.xls (eg. 1-5-RB.xls)
abcd-[0-9]+-efgh.xls (eg. abcd-1234567-efgh.xls)
I've tried using the List Directory as well as Match String functions, but I can't quite get what I need.
Any help would be very appreciated.
Thanks
Paul