I have a folder which has lots of files and every day new files gets created in the folder.
I am creating alteryx workflow to read most recent excel files which got saved today.
The file name are different for each file but all file name end with YYYYMMDD which is Today - 2( T-2, so on 26th Oct the files will be saved with 20221024 name in it)
file name
xxxx.xxx xxx - xx.xxx.20221024
How can I read all the files with ends with most recent date - in the above case the latest date would be 20221024 and next day the file will be 20221025 and so on.
Also, since there are lots of files and saved in another server it takes a while to read the files from this folder. Any way we can improve the performance to read the files?
Thank you for your help.