G
Guest
Hello:
I am planning to import tab delimited files as they are created in the
specific folder every day by the external program.
I will use Task Scheduler to run Import Procedure. I am not sure thought
how to provide filename to import specification procedure as it will change
every day. The filenames will be as follow
C:\datafiles
200511150000.tab (this is for Nov 15, 05)
200511140000.tab (this is for Nov 14, 05)
200511130000.tab (this is for Nov 14, 05)
200511120000.tab, etc.
For example, on November 15 after midnight I will need to read a file from
the previous day, that is from November 14, 05 (I need full 24 hours data),
and so on.
How do I tell the program to read specific filename?
I would appreciate some ideas or suggestions.
Thanks
Danka
I am planning to import tab delimited files as they are created in the
specific folder every day by the external program.
I will use Task Scheduler to run Import Procedure. I am not sure thought
how to provide filename to import specification procedure as it will change
every day. The filenames will be as follow
C:\datafiles
200511150000.tab (this is for Nov 15, 05)
200511140000.tab (this is for Nov 14, 05)
200511130000.tab (this is for Nov 14, 05)
200511120000.tab, etc.
For example, on November 15 after midnight I will need to read a file from
the previous day, that is from November 14, 05 (I need full 24 hours data),
and so on.
How do I tell the program to read specific filename?
I would appreciate some ideas or suggestions.
Thanks
Danka