I'm making a program that will load data into table. I've already created the procedure. But I'm having a problem with handling the file, since there are multiple files in the directory with different timestamps.
I would like to ask what is the code to detect the LATEST timestamp of the feed and choose that one.
For example, the name of the feed is PRODUCTS_I03_20130429.dat where "PRODUCTS_I03" is just the name of the feed.
I just want to detect the latest feed through its timestamp.
Thank You in Advance!