Hi all, I have a condition where in a directory I have many files but I want only the selected excel date file to be imported, the files have specific date format Ex. xxxxx_20240920, which is yyyymmdd format , so here I want only the files to be imported when I dynamically choose date from interface tool,
Ex. Files in Directory - Book_20240917 , Book_20240918, Book_20240919, Book_20240920, Book
You can create a sample excel files with these names, now my condition is I will select a date in interface tool for suppose 19th Sept, So the input will have only data from Book_20240919, excluding any other data, I want all the data from Book_20240919, Or else if I select 20th Sept in interface tool it will select only data from Book_20240920, so here the most important factor is extracting only those files which I have selected as my date in interface tool, need to use interface tool to manually select the date. Can this be done ?