User Tools

Site Tools


transformations:azureblobstoragecommand

AZURE BLOB STORAGE COMMAND

Category: Workflow / App/Cloud


Description

This action performs file and folder operations with Azure Blob Storage. A configured Azure Blob Storage connector is required.


Action settings

Setting Description
Connector*Select the preconfigured Azure Blob Storage connector, or, build one by selecting Add connector.
See Azure Blob Storage connector for details.
ContainerSelect the container to operate within: Default (for the default container), or Other and navigate to the desired container.
CommandSelect the file operation this action will perform. Options: List files, Download file, Download list of files, Upload file, Upload list of files, Delete file, Delete list of files, List folders, Create folder, or Delete folder. See below for details of each command type.

* Setting can be specified using a parameter.


List files settings

Description: Produce a list of files, with selected file properties, in a specified folder on Google Drive.

Setting Description
Folder*Select a subfolder within the selected Container to access.
ColumnsSelect the details of the found files to be included in the dataset. Each detail produces a column. Options: File name with full path, File name only, File extension, Size, Date created, Date modified, and MIME type.

* Setting can be specified using a parameter.


Download file settings

Description: Downloads the specified file from Azure Blob Storage to the local location defined.

Setting Description
File path*Enter or browse to the file in to be downloaded.
Local folder*Enter or browse to the local folder to download the file to.
If a file with such name already existsSelect how EasyMorph will handle saving the file if a file with the same name exists in the destination folder. Options: Overwrite, Do nothing, or Halt project execution. See the "File already exists" table below.

* Setting can be specified using a parameter.


Download list of files settings

Description: Downloads multiple files specified in a column in the action's input dataset.

Setting Description
File listSelect the table column containing the list of fully qualified file names to be downloaded.
Local folder*Enter or browse to the local folder to download the files to. This action will overwrite files with the same names
that already exist in the destination folder.

* Setting can be specified using a parameter.


Upload file settings

Description: Uploads the specified local file to the defined Azure Blob Storage folder.

Setting Description
File path*Enter or browse to the local file to upload.
Target folder*Enter or browse to an Azure Blob Storage folder to upload the file to.
If a file with such name already existsSelect how EasyMorph will handle saving the file if a file with the same name exists in the destination folder. Options: Overwrite, Do nothing, or Halt project execution. See the "File already exists" table below.

* Setting can be specified using a parameter.


Upload list of files settings

Description: Uploads multiple files specified in a column in the action's input dataset.

Setting Description
File listSelect the table column containing the list of fully qualified local file names to be uploaded.
Target folder*Enter or browse to an Azure Blob Storage folder to upload the files to. This action will overwrite files with the same names
that already exist in the destination folder.

* Setting can be specified using a parameter.


Delete file settings

Description: Deletes the specified file from Azure Blob Storage.

Setting Description
File path*Enter or browse to the remote file to delete.
If the file doesn't existSelect how EasyMorph handles situations when the specified file does not exist. Options: Do nothing (nothing happens, the workflow continues, no error is displayed), or Halt project execution (workflow stops, an error is displayed).

* Setting can be specified using a parameter.


Delete list of files settings

Description: Deletes multiple files specified in a column in the action's input dataset.

Setting Description
File listSelect the table column containing the list of fully qualified Google Drive file names to be deleted.
If a file from the list doesn't existSelect how EasyMorph handles situations when a file in the list does not exist. Options: Ignore (nothing happens, the workflow continues, no error is displayed), or Halt project execution (workflow stops, an error is displayed).

* Setting can be specified using a parameter.


List folders settings

Description: Produce a list of subfolders under the selected folder.

Setting Description
Folder*Select a folder on the remote resource to retrieve a list of subfolders from.
ColumnsSelect the details of the found subfolders to be included in the dataset. Each detail produces a column.
Options: Folder name with full path and Folder name only.

* Setting can be specified using a parameter.


Create folder settings

Description: Create a new Google Drive folder under the selected parent folder.

Setting Description
Parent folder*Select a folder in Azure Blob Storage to create the new folder under.
Folder name*Enter the name of the new folder.
If a folder with such name already existsChoose how EasyMorph behaves if a folder with the Folder name already exists. Options: Fail (the workflow stops with a warning) or Do nothing (the workflow continues without creating the new folder).

* Setting can be specified using a parameter.


Delete folder settings

Description: Delete the selected Azure Blob Storage folder.

Setting Description
Folder path*Select the folder to delete.
If the folder doesn't existChoose how EasyMorph behaves if the selected folder does not exist. Options: Do nothing (the workflow continues without creating the new folder) or Fail (the workflow stops with a warning).

* Setting can be specified using a parameter.


Remarks

The easiest way to build a list of remote files in Azure Blob Storage to be downloaded or deleted is to use this action in its File list configuration, including the "File name with full path" option. This list can then be modified to generate the final list of files to be downloaded or deleted.


See also

transformations/azureblobstoragecommand.txt · Last modified: 2023/10/07 00:24 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki