Write File/Directory
Operation name
Write File/Directory
Function overview
Writes the specified file or a directory which exists in HULFT Square Storage to the specified container in Microsoft Azure BLOB Storage.
Data model
The data model of this component is XML type.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Destination |
Required |
Not available |
Select a connection resource.
|
|
Local directory |
Required |
Available |
Enter a directory path of HULFT Square Storage. The Browse button launches a directory chooser that allows you to select a directory. |
Note
|
Local file/directory name |
Required |
Available |
Select or enter the file/directory on the source (HULFT Square Storage side). |
|
Set directory as target as well |
Optional |
Not available |
Select whether or not to set a directory of Local file/directory name as target as well.
|
|
Container name |
Required |
Available |
Specify the container. |
|
Create container when it doesn't exist |
Optional |
Not available |
Select whether or not to create a container when the specified container doesn't exist.
|
|
Virtual directory |
Optional |
Available |
Select or enter a virtual directory. |
|
Overwrite when file exists |
Optional |
Not available |
Select whether or not to overwrite when a file with the same name exists in the specified container.
|
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Update container name list |
Get container names from the specified destination and set them in Container name. |
|
Update virtual directory list |
Get virtual directories in the specified container and set them in Virtual directory. |
|
Data processing method
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Data processing method |
Required |
Not available |
Select a data processing method.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Input schema
None.
Output schema
<?xml version="1.0"?> <server> <container name="" status="" > <file etag="" localpath="" name="" size="" status="" type="" updated="" uri="" /> </container> </server>
Element name |
Attribute name |
Description |
Remarks |
---|---|---|---|
server |
- |
|
|
container |
- |
|
|
name |
Outputs the container name of the written file. |
|
|
status |
Outputs the container status of the written file.
|
|
|
file |
- |
Appears once for each written file. |
|
etag |
Outputs the ETag of the written file. |
|
|
localpath |
Outputs the local path of the written file. |
|
|
name |
Outputs the file name in Azure BLOB Storage of the written file. |
|
|
size |
Outputs the size of the written file. The unit is byte. |
|
|
status |
Outputs the status of the written file.
|
|
|
type |
Outputs the type of the written file. |
|
|
updated |
Outputs the last updated date and time of the written file. |
|
|
uri |
Outputs the URI of the written file. |
|
Loading schema in Mapper
The schema is loaded automatically.
For details, refer to Edit Schema.
Mass data processing
Mass data processing is supported.
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
count |
The number of written files is stored. |
|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|
Messages and limitations of the Azure BLOB Storage connector |