I have a task to run a package to check a flat file existence daily and if it exists then import the file into the database.
Since the file names look like this "abc_20081021_123456.dat", I can set a file name variable to find the file name with current date info and I used a wildcard for the part ("e.g. "*20081021*.dat") that I don't care but it didn't work.
What is the proper syntax for that? Is there any other alternatives to achive something like this?
Much appreciate!!
Since the file names look like this "abc_20081021_123456.dat", I can set a file name variable to find the file name with current date info and I used a wildcard for the part ("e.g. "*20081021*.dat") that I don't care but it didn't work.
What is the proper syntax for that? Is there any other alternatives to achive something like this?
Much appreciate!!