file_copy_actions: Windows 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 |
|
☐ |
Whether to create the directory when non-existing. |
file_path_source |
string |
|
☑ |
Path of file to copy. |
file_path_target |
string |
|
☑ |
Path of new file. |
ignore_error |
boolean |
|
☐ |
Whether to ignore an error. |
overwrite_existing |
boolean |
|
☐ |
Whether to overwrite an existing file. |
15-06-2022 20:39 Version 22.0.232-PROD+3445