iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Creating a Channel > Configuring the Destination Component > To File > Using Format Specifiers in File Names |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
When you create a To File destination component for a channel and you indicate that all output messages are to be written to a single file, you can use one or more format specifiers to indicate to Iguana that a new file is to be created after a specified time period has elapsed. For example, if you specify the file specifier %d, a new file is created every day.
The following format specifiers create a new file every hour:
The following format specifiers create a new file every day:
The following format specifiers create a new file every week:
The following format specifiers create a new file every month:
The following format specifiers create a new file every year:
The following format specifiers are primarily for use in custom IDs that can be defined when writing each message to a separate file:
If two or more format specifiers are supplied, a new file is created for whichever time period is more frequent. For example, if you type %Y%B%d.txt in the File field, file names such as 2009July17.txt are generated, and a new file is created every day.
|