Skip to main content

Read ABS File

The Read ABS File activity reads a file from an Azure Blob Storage container.

Configuring the Read ABS File Activity

To configure the Read ABS File activity, fill in the required fields in the activity panel.

Configuration

FieldRequiredDescriptionExample
NameRequiredName of the step, should be unique within this workflow.MyActivity
DescriptionOptionalOptional description about the work performed by this step.Reads a file from S3
ABS ConnectionRequiredDrag and drop a ABSConnection resource from the workspace.
Container NameOptionalName of the blob container in ABS. (mapping supported)my-data-bucket
Blob PathOptionalPath inside the container where blob is located. (mapping supported)data/reports/2024/
Blob NameOptionalName of the blob file inside container. (mapping supported)report-2024.csv
Content TypeOptionalFormat of the file content (CSV, JSON, XML, etc.) Options: CSV, JSON, XML, TEXT, BINARY.
Select ContextOptionalAuthorization context to use for connecting to ABS.

Advanced

FieldRequiredDescriptionExample
Encryption TypeOptionalSelect if the file is encrypted with PGP or not Options: NONE, PGP.
Encryption ResourceOptionalCertificate resource used for encryption/decryption.
Compression TypeOptionalSpecify if the file is compressed using ZIP or not Options: NONE, ZIP.

Input

FieldRequiredData TypeDescriptionExample
Container NameOptionalStringName of Azure Blob Storage container where the blob is stored.
Blob PathOptionalStringPath within the container where the blob is located.
Blob NameOptionalStringName of the blob to be read.

Output

FieldRequiredData TypeDescriptionExample
ContentOptionalStringCan be any valid JSON value
Content LengthOptionalNumber
Container NameOptionalStringName of the Azure Blob Storage container where the blob is read from.
Blob PathOptionalStringPath within the container where the blob is read from.
Blob NameOptionalStringName of the blob that is read
Created TimeOptionalStringTime this blob was created
Last ModifiedOptionalStringTime this blob was last modified