Cloud File Access - File Write - Transfer Object
Cloud File Access - File Write - Transfer Objects can upload files to the cloud and modify existing files in the cloud. Container/bucket names from the cloud and file names from the cloud or as constants can be selected. You can configure the transfer object directly within the connection as described.
After double-clicking on the transfer object, set the following properties:
Section: Output Container/Bucket
| Option | Description |
|---|---|
| Output Container/Bucket | Target container/bucket dynamic or static. If the target container is dynamic, it can be specified at runtime using an arrow. |
Section: Existing Files
| Option | Description |
|---|---|
| Transfer Options | Overwrite: Target file is completely replaced by new file. Generate error: If the target file exists, the transfer is aborted with an error. Ignore: File is not written. |
Section: File Settings
| Option | Description |
|---|---|
| Dynamic or Static File Name | Select a static file name or transfer a file name at runtime using an arrow. |
| Prefix UTC timestamp | If enabled, the current UTC timestamp is prefixed to the file name. For example, the file "test.txt" becomes "20191204_095646_test.txt". |
| Write binary data | Select this option if you want to write a binary file. (E.g., *.doc, *.jpg, * .xlsx). |
| Write text | Select this option if you want to write a simple text file. You can also select the file encoding. |