Table 19.4. passed parameters
key | description |
---|---|
EVENT_FILE_PATH | Path 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_NAME | Filename 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_URLS | Contans 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_USERNAME | Username/ID to the remote location. |
EVENT_FILE_AUTH_USERNAME_URL_ENCODED | The same as EVENT_FILE_AUTH_USERNAME, but the value is also URL encoded, so it may be used in the URL. |
EVENT_FILE_AUTH_PASSWORD | Password/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_ENCODED | The 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_TYPE | SIZE | CHANGE_TIME | APPEARANCE | DISAPPEARANCE |
EVENT_FILE_PATTERN | Pattern specified in a file event listener |
EVENT_FILE_LISTENER_ID | |
EVENT_USERNAME | User who "owns" the event. For file events, it is the user who created the file event listener. |