Live File Processor Agent Folder

<< Click to Display Table of Contents >>

Navigation:  Live > Agents > File Agents > File Processor > Settings >

Live File Processor Agent Folder

 

Local or Shared

Remote

Azure

FTP

 

 

Setting

Type

Description

folderType

Enum

One of the following values:

 

AzureBlobs

AzureFiles

FTP

LocalOrShared

 

The values are not case sensitive and may contain spaces (e.g., 'AzureBlobs' is equivalent to 'azure blobs').

LocalOrShared and FTP folders do not require a folderType because they can be determined from the folderWatcherPath; only AzureBlobs and AzureFiles folders require a folderType.

folderWatcherFilter

String

Only process files matching this wildcard (e.g., *.csv) and the folderWatcherFilterRegex regex pattern.

 

Default Value: *.*

folderWatcherFilterRegex

Regex

Only process files matching the folderWatcherFilter wildcard and this regex pattern (see E-BAM example).

 

If this setting is empty or not defined, it does not filter anything out.

 

The FileSystemWatcher (and EnumerateFiles, used by the loaddata command line option) does not support regex; it uses the folderWatcherFilter wildcard. This regex is the secondary filter.

folderWatcherPath

String

Watch this folder path for new files, or new file data, and automatically load the data into the EQuIS Live database.

 

Type

Example

Azure

Live/HOBO (a path relative to the root folder). Note: An Azure storage account connection string and blob container name or file share name are also required.

FTP

ftp://user:password@host:port/path

Local

C:\EarthSoft\Live\HOBO

UNC

\\servername\path

noFileInfoAction

Enum

One of the following values:

 

Value

Description

Load

Get file info and load files (default value).

Info

Get file info only.

 

Example: Used when the Windows service starts up, or when a user report runs for the first time.