doc.move-file-action.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-file Show documentation
Show all versions of module-file Show documentation
Provides file handling for igor.
The newest version!
# 'Move file' Action
## Description
This action moves/renames a file.
## Parameters
The action can be configured by the following parameters:
Parameter | Description
---|:---|
Source | A file-connector providing access to the file.
Source directory | The directory containing the file to move. Either a fixed value or a mustache expression selecting a property from the data item. If a mustache expression is used, the property's value will be used as directory name.
Source filename | The name of the file to move. Either a fixed value or a mustache expression selecting a property from the data item. If a mustache expression is used, the property's value will be used as filename.
Target directory | The target directory of the moved file. Either a fixed value or a mustache expression selecting a property from the data item. If a mustache expression is used, the property's value will be used as directory name.
Target filename | The target name of the moved file. Either a fixed value or a mustache expression selecting a property from the data item. If a mustache expression is used, the property's value will be used as filename.
Num threads | The number of threads this action uses to process data items.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy