i have made a package which extracts data from an excel file and dumps the data into a table.
Now, i want a functionality which is such that the processed excel files(files from which data has been extracted) is moved into another folder.
That is, at any point of time the source folder only contains the files from the which data needs to be extracted and not the files from which data has already been taken.
Can anyone please guide me in how to go about this?