Skip to main content

Write Stream

The Write Stream activity writes data to a streaming destination.

Configuring the Write Stream Activity

To configure the Write Stream activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredSpecify the name for this activity.MyActivity
DescriptionOptionalSpecify the description for this activity.Reads a file from S3
Stream TypeRequiredSelect Storage Provider Type Options: Azure Blob Storage, SFTP, Local File, AWS S3.Azure Blob Storage, SFTP, Local File
Stream ConnectionOptionalDrag and drop one of the following resources: ABSConnection, SFTPConnection, S3Connection.
File PathOptionalSpecify the file path for this activity.Path to file including container or bucket
File NameOptionalSpecify the file name for this activity.Name of File
Append If ExistsOptionalAppend content if the Stream Type supports
Create If Not ExistsOptionalCreate Containers/Buckets/Folders if they do not exist

Advanced

FieldRequiredDescriptionExample
Format TypeOptionalSelect the format type for this activity. Options: CSV.
Formatter ConfigOptionalDrag and drop a CSVFormat resource from the workspace.

Input

FieldRequiredData TypeDescriptionExample
PathOptionalStringThe path to the file or directory in the stream.Path to file including container or bucket
FileOptionalStringThe name of the file in the stream.Name of File
AppendOptionalBooleanWhether to append to the file if it exists.
ContentOptionalObjectThe content of the file.
RecordsOptionalArrayAn array of records to be processed.

Output

FieldRequiredData TypeDescriptionExample
Content LengthOptionalInteger
PathOptionalStringPath to file including container or bucket
FileOptionalStringName of File