1. call exec('unzip','filename.zip') --> To unzip the file using linux unzip command.
2. If we know no:of files/file names, use while loop in script with exec('cp','filename_01.txt') command to copy the files from D:\Transfer to D:\File_Process folder.
Reffer : Dynamic folder creation
3. Load files to target table. Reffer : Processing Multiple Files simultaneously using BODS
4.Use same procedure as in step 2. to move the files to D:\Archive folder.
Thanks.