Blob Storage
Connection Settings
Endpoint URL
The endpoint URL for the Blob Storage, found under the Blob Storage configuration in Azure.
Connection String
The primary connection string of the Blob Storage, found under the Blob Storage configuration in Azure.
Input Settings
Container Name
The name of the blob storage container to read data from.
Blob Name
The name of the blob to read. Note that the blob name may include the virtual directory path where applicable (e.g. path/to/myBlobName.csv
).
Encoding
The character set used to decode the contents of the file. Select Binary to read the file as binary and skip decoding. Select Auto to decode the file using the BOM of the file. Otherwise, use a specific encoding type to decode the file.
Include Metadata
When set to true, includes properties specific to the Azure Blob. Includes both system defined properties along with any custom metadata key-value pairs defined on the blob.
Output Settings
Container Name
The name of the storage container to place the data. Supports dynamic references.
Blob Name
The name of the blob. If no name is provided the blob name is a GUID and timestamp. This field supports dynamic references.
Payload Reference
When working with complex
payloads, this setting uses
dynamic outputs to specify the
attribute that contains the file
payload (e.g. {{this.filePayload}}
.
Note*: If left blank, the entire payload is written out.
Prefix Path with UTC Time
When enabled a time prefix is
added to the key to logically
separate files in S3 as
yyyy/MM/dd/HH/key
.