TeleFlow Step 0365

TeleFlow Step 0365

From TeleFlow

Jump to: navigation, search

Image:Iv_365.gif Write Step
Write the contents of a TeleFlow Variable to a file, including support for binary data write.

Contents

Properties

Write to file: Specifies the file to write to. If the file does not exist, it will be created. If this file already exists, it will be overwritten.
The "Locate..." button can be used to find an existing file to be populated into this field.

Variable containing data: This field must contain a single TeleFlow variable name that contains all of the data you want to write to the file.

Decode from Base64 (MIME): If the variable name specified above contains Base64 encoded data, use this check-box to indicate you want the data to be converted back to binary and written to the file as such. If you leave this box un-checked, the data in the variable will be written as text.

Action Steps

Image:Iv_930.gifFail: A failure can occur if the file specified cannot be written to (such as referencing a folder that does not exist, or attempting to overwrite a write-protected file).

Related Steps

Image:Iv_360.gifLoad File

Notes

Encoding and decoding data using Base64 gives TeleFlow the capability to work with binary data. To get binary data into a variable use the Load File step.