11 – Simple File Archiving

After files are processed you want to move them to an archive directory to prevent them from being re-processed.

  1. Drag a File Task from the Tasks group. Connect it to the end of the CSV Write transform.

  1. Double click to open the transform and set the following settings.

  1. Action
    • Move File
  2. 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
  3. Source File
    • The files being processed.
    • Training: *.xlsx
  4. Destination Directory
    • The directory where the files are being moved/copied to.
    • Training: C:\IMan\InputData\Archive
  5. Destination File
    1. The file name if being renamed/copied.
  1. Press Refresh and the Excel file should move the Archive directory.
  2. Press Apply to save the integration then Close.