Dynamic File name
WAQ28Aug 14 2011 — edited Aug 16 2011Hi All,
I want to implement a case in which I have flat files with dynamic name, eg fileName_<extractDate>.txt
Now this extactDate changes everyday with rest of the file mask remians static.
So instead of hard coding the file name in datastore, I need to make it dynamic.
One way is to use the variable in the Resource Name, but I don't know how to pick the name of the file and aissign to that variable. I need to perform a wild search (fileName*.txt) to get the name of the file from the folder.