Format filename generator
Format
Specifies the format for generating a file name.
The following tokens are replaced by the indicated values:
FILE_NAME : original file name (without the optional file extension), or the message ID when the original file name is unknown
FILE_EXT : original file extension (including the '.'; can be the empty string), or ".msg" when the original file name is unknown
MSG_SEQ_NR : sequence number of the message, or "1" if it hasn't one
MSG_SEQ_SIZE : sequence size of the message, or "1" if it hasn't one
MSG_TIME : timestamp of the message, or the current time if it hasn't one, formatted using the pattern specified by time pattern
CUR_TIME : the current time (at the moment of the file name generation), formatted using the pattern specified by time pattern
Default is MSG_TIME FILE_NAME (MSG_SEQ_NR of MSG_SEQ_SIZE)FILE_EXT.
Time pattern
Specifies the pattern to use for formatting a timestamp (when using MSG_TIME or CUR_TIME). The pattern must follow the DateTimeFormat syntax.
Default is yyyy-MM-dd HH.mm.ss.SSS.
Id
Name that uniquely identifies this flow component.
Required
