Updating the native files or searchable text in DISCO is done through with an overlay through the Overlay feature. An overlay is a CSV or DAT file that, when applied to a review database via the overlay process in DISCO, can change the metadata, image, OCR text, or native file of a document.
Preparing your native file overlay
- Organize the images you would like to update in the database into a folder.
- The overlay file must have two fields:
- A unique ID to match the new images to the field in DISCO. You can use either the DISCO Document ID or Instance ID field
- The path to the natives or text files, including the filename.
An example of a .csv overlay file that updates the Bates numbers, Text, Natives and Filename is below:
NOTE: Overlaying a native file will not replace the near native image. If you want to replace the near native image, you should perform an image overlay. Alternatively, if you want to completely change the document for processing, you should delete and re-ingest the native document.
Performing the overlay
- In the DISCO main menu, click Overlay.
- Click New Overlay.
- On the Name and description page, enter a name and an optional description for the overlay, and then click Next. The overlay name will be displayed on the card.
- On the File selection page, navigate to and select the overlay file. Ensure that the referenced files are contained in a single folder and that any file paths are relative to the overlay file. Relative paths mean the file paths for referenced files begin with a .\ or with the folder name of the parent folder.
- On this page you can also select the delimiters used between fields in your overlay file. DISCO will pre-populate the delimiters based on the selected overlay file’s extension. These values can be changed by selecting a different value from the dropdown lists or typing in a new one. The three types of delimiters are:
- Field separator - A character separating the columns.
- Field quote - The character used to “quote” or group multiple items together, like a phrase. The field quote is particularly useful when overlaying a custodian in last name, first name format (e.g., “Jones, George”), where the comma is also used as a field separator.
- Multi-value delimiter - A character used to delimit multiple values within a column. In the following example, commas and semicolons are the delimiters:
,“Kinsley, Dave”;”Slovacek, Jerry”,
If you do not have a multi-value delimiter, leave the field blank. - Once you have verified the delimiters contained in the overlay file match the selected delimiters, click Next.
- You will now see the Field mapping page where you can map the fields in your overlay file to the corresponding system fields in DISCO. This is how you tell DISCO what to overlay where. In DISCO, we store individual copies of every file uploaded, also known as instances.
DISCO combines the data from duplicate instances into review documents. Some fields are stored on individual instances, while others are stored on the document level. When overlaying, the identifier you select may change the behavior of the overlay. See Overlayable fields for more information. - You must first establish a method of relating the documents in the overlay file to the documents in the review database. This is often referred to as a control key. When selected, the Overlay file dropdown will display all of the column names in your overlay file. Select the column name containing the values DISCO will use to identify the documents in the database. DISCO will read the first 25 rows of the column you select and auto-populate the corresponding DISCO identifier type: Instance ID, Document ID, or Bates number.
The following fields must use the Instance ID as the DISCO identifier to be updated:- Bates Numbers: BeginBates, EndBates
- Dates: LastAccessedDate, LastAccessedTime, LastModifiedDate, LastModifiedTime, LastPrintedDate, LastPrintedTime, CreateDate, CreateTime, ReceivedDate, ReceivedTime
- Dedupe fields: Custodian, FileName, OriginalFilepath
- Email Metadata: EmailInReplyTo, EmailMessageID, EmailPrConversationIndex, EmailRead, EmailReferences, EmailTransportHeaders
- To update the text for a document, map the column in your overlay file that contains the relative path to your text files to the LoadFileTextPath field in DISCO.
- To update the native for a document, map the column in your overlay file that contains the relative path to your new native files to the NativePath field in DISCO.
- Next, map any desired remaining fields in your overlay file to corresponding DISCO fields. Not all overlay-file fields must be mapped and not all DISCO fields must be used. DISCO automatically attempts to match the DISCO field name to the corresponding overlay-file field name.
To map or change the mapping of the column in your overlay file, click on the corresponding pre-mapped DISCO field or unmapped placeholder. If a matching DISCO field already exists, select it from the dropdown list. If a matching DISCO field does not already exist, you can create a new custom field in the database by typing the name of the new custom field or selecting a custom field name supplied in the overlay file.
- By default, DISCO skips blank values in the overlay file and overwrites the values already in the database with the values provided in the overlay file. To override this behavior for an overlay field, select the APPEND or WRITE BLANKS checkboxes.
- APPEND - The default behavior in DISCO is to replace (overwrite) existing information with the information contained in the overlay. Selecting the APPEND checkbox appends the overlay information to the existing information in the field so that the original information is still accessible.
- WRITE BLANKS - The default behavior in DISCO is to skip blank values in the overlay file. Selecting the WRITE BLANKS checkbox overwrites a blank value over the existing information, deleting it.
- If the field mapping tool does not properly display your data load-file fields or displays an error message, there is something wrong with your load file’s delimiters. Please ensure your overlay file is a valid text delimited UTF-8 or ANSI text file.
- Once you’ve finished mapping all the fields you want to overlay, click Next.
- Review everything on the Summary page and ensure it is correct. If everything looks correct and you’re ready to proceed, click Overlay.