Live File Processor Agent File – Header

<< Click to Display Table of Contents >>

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

Live File Processor Agent File – Header

 

Setting

Type

Description

headerLinesDefaultValue

String

The default header.

 

Used if headerLinesRegex is not defined or is empty, or a file does not start with headerLinesRegex.

 

If multi-line, split lines using '\n'.

headerLinesRegex

Regex

Header line(s) look like this.

 

If multi-line, split lines using '\n' (see In-Situ-4 example).

 

If headerLinesRegex and headerLinesDefaultValue are not defined or are empty, then this agent assumes that there is only one header line and that it is the first non-empty line in the file.

headerLinesRegexReplacements

Regex Replacements

Replace text, anywhere in the header, using these Regex patterns and replacement strings (see RST-2 example and Envirosuite example).

multiHeaderFiles

Boolean

Can one file have multiple headers (and datum)?

 

If this setting is true, dataEndLineRegex cannot be empty; it is used to stop loading data and start looking for a new header (see AreaRAE example).