Output

The output for the activity is the following.

Output Item

Datatype

Description

action

string

The event that occurred to trigger the File Poller activity. The possible values are: create, remove, or modify.

timeOccured

integer

The time that the File Poller activity detected the change in the file.

The time is expressed as the amount of time, in milliseconds since midnight, January 1, 1970, UTC.

fileInfo

complex

Element containing the fileName, location, type, readProtected, writeProtected, and size data.

fullName

string

The name of the file, including the path information.

fileName

string

The name of the file without the path information.

location

string

The path to the file.

configuredFileName

string

The name of the file or directory this activity is configured to operate on.

type

string

The file type.

readProtected

boolean

Whether the file is read-protected.

writeProtected

boolean

Whether the file is write-protected.

size

integer

Size of the file in bytes.

lastModified

string

Time stamp indicating when the file was last modified.

fileContent

complex

Element containing the textContent and binaryContent data.

textContent

string

Contents of the file (text files), if the Exclude File Contents field is not checked on the Configuration tab.

binaryContent

binary

Contents of the file (binary files), if the Exclude File Contents field is not checked on the Configuration tab.

encoding

string

The character encoding for the file.