Live File Processor Agent File – Reading

<< Click to Display Table of Contents >>

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

Live File Processor Agent File – Reading

 

Setting

Type

Description

addMissingTrailingDelimiters

Boolean

If true, adds delimiters (and empty values) to the end of a data line, if the data line has less columns than the file's header, until the number of data line columns matches the number of columns in the file's header.

 

Default Value: False

 

If the number of columns in a data line do not match the number of columns in the file's header, then the data line is not processed and an error is logged.

bookmark

Boolean

Bookmark the position of the last loaded line of data in a file, and continue from that position the next time that the file changes?

 

Currently only keeps track of the last processed file for each processor, and is not used if multiHeaderFiles = true.

delimiters

String

The columns in the files are separated by these delimiters.

 

The most common delimiters are the comma, tab, and colon.

 

Delimiters enclosed in double-quotes are ignored.

 

Default Value: , (comma)

encoding

String

Encoding used to read the files.

 

Empty uses the computer's default encoding: Encoding.Default.

 

Possible values for this setting are listed in the Name column of the table in the Encoding class topic's Remarks section.