File mover service

File Mover service

The File Mover Service moves a file from the Source Path to the Target Path.


In the table below, you will find an explanation of these properties. All attributes with a ‘*’ are mandatory.

Attribute

Description

Name*

By default, we fill this out with the technical ‘tag’, followed by a serial number. Changing the name is optional.

Enabled

Set this value to true, if you want this service to be enabled.

Source

Source file on disk to move. Must be the path including the filename. Can be overridden using a special header, see the table below.

Target

Target file to move the source file to. Must be the path including a filename. Can be overridden using a special header, see the table below.

Overwrite

Enable to overwrite existing files.

Description

Description of the specific service. This is for documentation purposes.

 

Special ConnectPlaza Headers :

  • file_move_source : use this header to specify the Source property at runtime
  • file_move_target : user this header to specify the Target property at runtime.