I have a folder with several files named
P04_20140326_1234.zip
P04_20130324_58714.zip
P04_20130808_jurhet.zip
P04_20130815_85893.zip
etc
The name is in the format P04_systemdate _ *. zip.
I want to select the folder containing currentdate in the name, and unzip it first and load the data from the extracted file into the table.eg file: the file named A.txt goes to table A, filenamed as B goes to table B and so on ...
source
share