ImportSettingsBaseDisableExtractedTextEncodingCheck Property

Relativity Import APIs
Enables or disables encoding checks for each file.

Namespace:  kCura.Relativity.DataReaderClient
Assembly:  Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
Syntax

public Nullable<bool> DisableExtractedTextEncodingCheck { get; set; }

Property Value

Type: NullableBoolean

Return Value

Type: NullableBoolean
Remarks

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.
See Also

Reference