Cloud File Access- File Write-Transferobject
Cloud file access file write transfer objects can upload files to the cloud and modify existing files in the cloud. In doing so, container/bucket names from the cloud and filenames from the cloud or as a constant can be selected. You can directly configure the transfer object 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. Create 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 use an arrow to enter a file name at runtime. |
Prepend UTC timestamp | When enabled, the current UTC timestamp is prepended to the file name. For example, “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. In addition, the file encoding can be selected. |