EzeScan WebApps

Output To Azure Blob Storage Stage

utput a copy of the item to an Azure Blob Storage container.

Metadata Output can be configured as XML or CSV.

The following filename placeholders are available:

Given the path c:\temp\myFile.txt

Placeholder

Result

{{filename}}

myFile.txt

{{filenameNoExtension}}

myFile

{{filenameExtension}}

.txt

{{directory}}

c:\temp

{{fullName}}

c:\temp\myFile.txt