11 – Simple File Archiving
After files are processed you want to move them to an archive directory to prevent them from being re-processed.
- Drag a File Task from the Tasks group. Connect it to the end of the CSV Write transform.
 
 
- Double click to open the transform and set the following settings.
 
                                                
                                            
- Action
- Move File
 
 - Source Directory
- The directory of the files being processed.
 - This should be the directory from where the files are being read.
 - For training, enter:
C:\IMan\InputData 
 - Source File
- The files being processed.
 - Training: *.xlsx
 
 - Destination Directory
- The directory where the files are being moved/copied to.
 - Training: C:\IMan\InputData\Archive
 
 - Destination File
- The file name if being renamed/copied.
 
 
- Press Refresh and the Excel file should move the Archive directory.
 - Press Apply to save the integration then Close.