Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

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 the %archiving_directory% and 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

...

...

...

  • for our file_order_source solution.