Can JobScheduler use file_order_sink to rename and move files at the same time?

Question: For example, when an incoming file abc.txt is processed, we want to move it to some $archiving_directory and rename it to abc.txt.processed. Is that possible?

Answer:

  • You cannot use parameters with file_order_sink.
  • The solution is not to use file_order_sink but the JobSchedulerRenameFile job, which comes with the JITL Jobs explained that are provided with JobScheduler.
  • You can download the example files for our file_order_source solution.