Search and select the file in the folder like “*CC*.xlsx”

Search and select the file inside the folder like “CC.xlsx” .
normally available “Axis CC 29June2019.xlsx”. next time “Axis CC 30July2019.xlsx” - which plugin need to use

Hello @sManikandansampath

You can make use of Regular expression to read all the files which are having file extension as .xlsx present in a particular folder by providing wildcard as a ^.*.(xlsx)$
For reference please have a look at my screen shot

1 Like