Executed by Task "graph execution" by File Event Listener

Table 19.4. passed parameters

keydescription
EVENT_FILE_PATHPath to the file which is source of the event. Does not contain a file name. Does not end with a file separator. Is passed only for the local file event listener.
EVENT_FILE_NAMEFilename of the file which is source of the event. Is passed only when the "grouping" mode is disabled. Otherwise there are more file events, not just one.
EVENT_FILE_URLSContans string, which may be used "as is" in the "file URL" attribute of various CloverETL components. It may contain URL to one or more (if grouping is anabled) files. It may contain local path(s) or remote URL(s) where credentials are replaced by placeholders (due to security reasons).
EVENT_FILE_AUTH_USERNAMEUsername/ID to the remote location.
EVENT_FILE_AUTH_USERNAME_URL_ENCODEDThe same as EVENT_FILE_AUTH_USERNAME, but the value is also URL encoded, so it may be used in the URL.
EVENT_FILE_AUTH_PASSWORDPassword/key to the remote location. It's encrypted by the master password. It's passed only when the file listener uses user+password authentication.
EVENT_FILE_AUTH_PASSWORD_URL_ENCODEDThe same as EVENT_FILE_AUTH_PASSWORD, but the value is also URL encoded, so it may be used in the URL (EVENT_FILE_URLS parameter).
EVENT_FILE_EVENT_TYPESIZE | CHANGE_TIME | APPEARANCE | DISAPPEARANCE
EVENT_FILE_PATTERNPattern specified in a file event listener
EVENT_FILE_LISTENER_ID 
EVENT_USERNAMEUser who "owns" the event. For file events, it is the user who created the file event listener.