Indicates whether the Extracted Text field data will be loaded directly from its file path, rather than as part of a bulk load file.
Namespace:
kCura.Relativity.DataReaderClientAssembly:
Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
public bool LoadImportedFullTextFromServer { get; set; }
Public Property LoadImportedFullTextFromServer As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Boolean
All Extracted Text files must exactly match the encoding of the Extracted Text field when this is set to True.
If extracted text is unicode enabled, the files need to be UTF-16 encoded, otherwise they need to be ANSI.
This setting will only be used when
ExtractedTextFieldContainsFilePath is also set to True.
Reference