file_copy_actions: OS File Copy Actions |
Catalog: FileSystem
Label: File Copy Actions
Documentation:
Copies a file on file system.
Retrieve: false
Table Columns
The columns of the table file_copy_actions are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
create_directory |
boolean |
Create directory |
☐ |
Whether to create the directory when non-existing. |
file_path_source |
string |
File Name and Path for Source |
☑ |
Path of file to copy. |
file_path_target |
string |
File Name and Path for Target |
☑ |
Path of new file. |
ignore_error |
boolean |
Ignore Error |
☐ |
Whether to ignore an error. |
overwrite_existing |
boolean |
Overwrite Existing |
☐ |
Whether to overwrite an existing file. |
28-07-2024 17:47 Version 24.1.6-BETA+4856