I have a new project and I'm not sure where or how to begin. Here's the essence of the project ---- I will get a file each day and will need to unzip it. For the moment that will be done manually. Once the file is unzipped, there will be a folder that will always have the same name. I need to open that folder and then read ONLY 1 csv file (which will always have the same name) there will be 2 other .csv files but I only want one of them. Then I need to read through that .csv file and create another .txt file.
I was told NOT to use SQL or PL/SQL to do this. Sadly, that's all I know. I am not sure where or how to begin... If someone could give me a few clues, I'll attempt to stumble through it on my own.
Thanks & all help is greatly appreciated.
Sherry