A-63054 February 2004
4-73
When
Create one folder per document
is disabled, INDEX.DAT has the
following format:
[RECORD FORMAT TYPE]; [FORMAT VERSION]; [DOCUMENT NUMBER];
[STARTING IMAGE NUMBER]; [ENDING IMAGE NUMBER]; [INDEX FIELD
1]; [INDEX FIELD 2];….
Record Format Type
Fixed length of four characters. Is always “I02r”.
Format Version
Fixed length of two characters. Initially, is
always “01”.
Document Number
Capture Software document number.
Fixed length of ten characters, zero-filled.
Starting Image Number
TIFF file image number of the first image of
the document. Fixed length of ten characters,
zero-filled.
Ending Image Number
TIFF file image number of the last image of
the document. Fixed length of ten characters,
zero-filled.
Index Fields
Index values for the document index fields in
the order they are defined in Index Setup
If an index field does not have a value, then a
null character will be stored in its place.
The following is an example of an INDEX.DAT file for a batch containing
three documents (with four images per document) for an application
configured with three document indexes. The second index field is not
required and is not provided.
“I02r”;”01”;”0000000001”;” 0000000001”;” 0000000004”;”C12345”;;”12201997”
“I02r”;”01”;”0000000002”;” 0000000005”;” 0000000008”;”B23456”;;”11171996”
“I02r”;”01”;”0000000003”;” 0000000009”;” 0000000012”;”H11122”;;”01091998”