ICRE Task File Name Pattern
After extracting the data from the FTM database, the ICRE task creates
these file types:
- .dat
- A file that contains all the extracted records.
- .rte
- An XML file that contains customer information.
- .eof
- A file that indicates the file set is complete.
- .eod
- A file that is created during the end of business day processing.
The ICRE task uses a specific file name pattern to create the file name for each file. All files in the file set contain the same name except for the file extension. The file name is configured in the file name definition table.
A system administrator must configure the file name using the add transmission definition page. For more information about file name patterns, see File Name Patterns.
The task’s file name pattern uses a substitution pattern to ensure the file names it sends are unique. The
following is an example of a file name pattern that is used for the ICRE task.
MYBANK.%DTyyyyMMdd%.%DThhmm%.%FILENUM%.<ext>%FILENUM% refers to the entry number of the first entry in the file.
The following is an example of a file that was created on May 29, 2009 at 1:41:23:497 PM, and the first
entry number is 501:
MYBANK.20090529.134123497.501.dat
MYBANK.20090529.134123497.501.rte
MYBANK.20090529.134123497.501.eof