I am using "Input Data" for data input. The file path should be variable. I tried to make wildcard file path, it got "File not found" error. Can anyone please help?
My wildcard file path:
C:\web_log\*_2018\07\*access.log (Got "File not found" error)
Example of the file path:
C:\web_log\web_2018\07\01_access.log
C:\web_log\web_2018\07\02_access.log
C:\web_log\event_2018\07\01_access.log
C:\web_log\event_2018\07\02_access.log