Enables or disables encoding checks for each file.
Namespace:
kCura.Relativity.DataReaderClientAssembly:
Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
public Nullable<bool> DisableExtractedTextEncodingCheck { get; set; }
Public Property DisableExtractedTextEncodingCheck As Nullable(Of Boolean)
Get
Set
Property Value
Type:
NullableBooleanReturn Value
Type:
NullableBoolean
To use the
ExtractedTextEncoding setting for all extracted text files during import, set this property to True.
You can improve import performance by enabling this property, because it bypasses the process of directly detecting the encoding for each file. The default value is False, which indicates that the API will try to determine the encoding of the extracted text file.
Use this setting only when you are importing files that all have the same encoding. To avoid unexpected results, don't enable DisableExtractedTextEncodingCheck when you are running an import that uses several different encodings.
Reference