Copy Files
copies files and directories
Processing
For each input row, the step copies files to a destination path.
Settings
Name | Type | Description |
---|---|---|
Source Filesystem |
dict |
The source filesystem to use. If the filesystem is Evaluated for each input row |
Source |
string |
The path to copy from. Relative paths are interpreted as relative to the flow file. Evaluated for each input row |
Pattern |
string |
If pattern is If non-empty, the source path is treated as a directory, all directory entries are matched by name, and all matching entries are copied. The pattern is a regular expression. Matching files are copied. Examples:
Evaluated for each input row |
Target Filesystem |
dict |
The destination filesystem to use. If the filesystem is Evaluated for each input row |
Target |
string |
The path to copy to. Relative paths are interpreted as relative to the flow file. Evaluated for each input row |
Copy to |
string |
Determines how to interpret the target path:
Evaluated for each input row |
If Exists |
string |
Determines the course of action when a target file or directory already exists:
Evaluated for each input row |
Test Mode |
boolean |
If checked, the step logs copy operations, but does not actually copy any files. If unchecked, the step copies files as configured. Evaluated for each input row |
Results
This step does not provide any results.