Versions Compared

Key

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

...

  1. Open your job chain in JOE (JobScheduler Object Editor), expand job chain configuration by clicking on Job Chains --> FileWatching and click on Steps/Nodes.
  2. From right window pan select File Order Source tab.
  3. Click on New File Order Source, this will open a dialog to create a new File Order Source configuration.
  4. Click in the text filed in front of Directory parameter, configure directory which should  be watched for arrival of file e.g. c:\sandbox\outgoing.
  5. Click in the text field in-front of Regex parameter, configure file name or Regular Expression e.g. ^test.txt$.
  6. Click Apply File Order Source button to apply your  configuration.
  7. Click Save to save job chain.

Example: job chain  FileWatching - file order source 

...

  1. Open your job chain in JOE (JobScheduler Object Editor), expand job chain configuration by clicking on Job Chains --> FileWatching and click on Steps/Nodes.
  2. From right wondow pan select Nodes tab.
  3. Click on state success, this will enable the dialog to configure FIle Order Sink for success state.
  4. Select radio option File Sink.
  5. Select check box Remove File to enable delete file after successful processing. 
  6. Click Apply Chain Node button to apply your configuration.
  7. Click Save to save job chain.
  8. Repeat steps 3 to 7 for error state too.

...

  1. Open your job chain in JOE (JobScheduler Object Editor), expand job chain configuration by clicking on Job Chains --> FileWatching and click on Steps/Nodes.
  2. From right wondow pan select Nodes tab.
  3. Click on state success, this will enable the dialog to configure FIle Order Sink for success state.
  4. Select radio option File Sink.
  5. Click in the text field in-front of Move to parameter, configure directory location where file should be move after successful processing  e.g. c:\sandbox\success.
  6. Click Apply Chain Node button to apply your configuration.
  7. Click Save to save job chain.
  8. Repeat steps 3 to 7 for error state too.

...