You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

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

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 that are delivered with JobScheduler.

You can download an example files in our file_order_source solution.

  • No labels