Solution 1
When splitting an OPT file into 2 or more files, ensure that the first line of each of the OPT files contains a 'Y' in the fourth field. This identifies all the lines of the OPT file that are part of the same document family until another 'Y' is encountered.
Solution 2
Two OPT files should not contain the same data. Make sure that none of the data is duplicated between the two files.
Solution 3
An OPT file is used to match image files of documents with the original document. Do not attempt to add an image file to an OPT file and create an association to a document that did not originally exist. For example:
| The opticon format is a basic CSV with the following information. | ||
| Field 1 | Document Identifier | Corresponds to DOCID/BATES in LFI or Searchable DocID during Native Image Import |
| Field 2 | Batch ID | Unused by eDiscovery |
| Field 3 | Path to Image | Either Absolute or Relative to Opticon location |
| Field 4 | Document Break | Indicates first page of new document. Will either be blank or have a "y". |
| Field 5 | Folder Break | Unused by eDiscovery |
| Field 6 | Box Break | Unused by eDiscovery |
| Field 7 | Page Count | Indicates number of pages in document - Only found on first page of document. Same line with "y" for doument break |
| Example1.opt | Example2.opt |
| DOC000001,BATCHNAME,\IMAGES\FILENAME1.TIF,Y,,,2 DOC000002,BATCHNAME,\IMAGES\FILENAME2.TIF,,,, DOC000003,BATCHNAME,\IMAGES\FILENAME3.TIF,Y,,,2 DOC000004,BATCHNAME,\IMAGES\FILENAME4.TIF,,,, |
DOC000005,BATCHNAME,\IMAGES\FILENAME5.TIF,Y,,,4 DOC000006,BATCHNAME,\IMAGES\FILENAME6.TIF,,,, DOC000007,BATCHNAME,\IMAGES\FILENAME7.TIF,,,, DOC000008,BATCHNAME,\IMAGES\FILENAME8.TIF,,,, |
| Example1.opt | Example2.opt |
| DOC000001,BATCHNAME,\IMAGES\FILENAME1.TIF,Y,,,2 DOC000002,BATCHNAME,\IMAGES\FILENAME2.TIF,,,, DOC000003,BATCHNAME,\IMAGES\FILENAME3.TIF,Y,,,2 DOC000004,BATCHNAME,\IMAGES\FILENAME4.TIF,,,, DOC000005,BATCHNAME,\IMAGES\FILENAME5.TIF,Y,,,4 |
DOC000006,BATCHNAME,\IMAGES\FILENAME6.TIF,,,, DOC000007,BATCHNAME,\IMAGES\FILENAME7.TIF,,,, DOC000008,BATCHNAME,\IMAGES\FILENAME8.TIF,,,, |
| Example1.opt | Example2.opt |
| DOC000001,BATCHNAME,\IMAGES\FILENAME1.TIF,Y,,,2 DOC000002,BATCHNAME,\IMAGES\FILENAME2.TIF,,,, DOC000003,BATCHNAME,\IMAGES\FILENAME3.TIF,Y,,,2 DOC000004,BATCHNAME,\IMAGES\FILENAME4.TIF,,,, |
DOC000001,BATCHNAME,\IMAGES\FILENAME1.TIF,Y,,,2 DOC000002,BATCHNAME,\IMAGES\FILENAME2.TIF,,,, DOC000003,BATCHNAME,\IMAGES\FILENAME3.TIF,Y,,,2 DOC000004,BATCHNAME,\IMAGES\FILENAME4.TIF,,,, |