About Server storage
Server storage is a storage on any hard drive or a network device attached to or mapped on the host machine running Etlworks Integrator.
If you install Integrator on-premise, you can access files on any available network or local storage device. Otherwise, you can only access files in the Home folder and all sub folders of the Home folder.
Home folder
When you sign up for Etlworks Integrator, we create a storage volume in our servers which is exclusively available to your account. In this documentation, we will be referencing it as your Home folder.
The home folder and all sub folders under this can be accessed using the Server Storage connection type. The home folder can be referenced by using the token {app.data}
.
When to use this connector
Use this connector to create flows that work with files in the server storage.
Creating a connection
Step 1. In the Connections window click the +
button, select Files.
Step 2. Select Server Storage.
Step 3. Enter connection parameters.
Connection parameters
- Directory - the actual directory containing the files. This parameter is optional. The Directory field is disabled for some of the Etlwork account types.
- Files - the actual file name or a wildcard file name, for example,
*.csv
. - Add Suffix When Creating Files in Transformation - you can select one of the predefined suffixes for the files created, using this connection. For example, if you select
uuid
as a suffix and the original file name isdest.csv
, Integrator will create files with the name dest_uuid.csv, where uuid is a globally unique identifier, such as21EC2020-3AEA-4069-A2DD-08002B30309D
.
This parameter works only when the file is created using source-to-destination-transformation. Read how to add a suffix to the files created when copying, moving, renaming, and ziping files.
- Enable Wildcard File Name - if there are multiple source files in a folder, you can specify an algorithm which will be used to select the next source file to be processed. For example, if Files is set to
*.csv
andoldest
is selected, Integrator will always select the oldest file in the folder which matches the wildcard*.csv
. - Override Wildcard File Name set for Connection - if Wildcard File Names are allowed, Override Wildcard File Name set for Connection is enabled, and the file name entered in the FROM field of the transformation is a wildcard file name, the system will override the file name entered at the connection level. The default behavior is to use the wildcard file name entered when the connection is configured.
Comments
0 comments
Please sign in to leave a comment.