SYMPTOMS
How to set defaults to a predefined configuration in the Concordance Collector configuration file. Hovering mouse pointer over the field options in the Concordance collector setting box in Legal Processing Collection tab lists the fieldnames settings of the Concordance collector. It is possible to add the field and corresponding settings from the import box in an xml configuration file that can be used as a default template to store the specific Concordance collector settings. The field name definitions and corresponding values can be appended to the ZyLAB.EDiscovery.Collectors.Concordance.dll.xml configuration file which can be found in the '\Program Files (x86)\ZyLAB\EDiscovery\Ediscoveryservice\Assemblies\Performers\' folder.
CAUSE
Not applicable.
RESOLUTION
Example:
<configuration id="example">
<settings>
<ConcordanceFormat>
<root type="object"><Comma type="number">20</Comma><Quote type="number">34</Quote><Newline type="number">13</Newline></root>
</ConcordanceFormat>
<CollectLoadFiles>True/False</CollectLoadFiles>
<AsZyXML>TTrue/False/AsZyXML>
<SkipFirstLine>True/False</SkipFirstLine>
<CollectImagesAndNatives>OnlyImages</CollectImagesAndNatives>
<CallOnDocumentFound>True/False</CallOnDocumentFound>
<BrowseForTextFiles>TTrue/False/BrowseForTextFiles>
<DateFormat>yyyyMMdd</DateFormat>
<CSVFile>PATH\file.dat</CSVFile>
<ImagesExportPath>PATH\FOLDER</ImagesExportPath>
<UNCPathSubstitution>PATH\FOLDER\IMAGES001</UNCPathSubstitution>
<UNCPathSubstitutionText>PATH\FOLDER\TEXT</UNCPathSubstitutionText>
<TextFileField>Fieldname-LoadFileText</TextFileField>
</settings>
Type of the Concordance format will be selected automatically based on the values of “numbers” provided, i.e. for Comma delimited (CSV) format will be presented when value “number” for comma is 44, quote is 34, and newline is 13.
Make sure that when you use a TextFileField that the field is also defined in your (LegalReview) index template.
Save the file and open the Concordance collector settings from the Legal Processing collection interface.
APPLIES TO
3.8; 3.9
Comments
0 comments
Article is closed for comments.