TextDataArchiveCreatorWriteRecord Method

Write the Document extracted text record to a text data archive (.tda). This method expects that ExtractedText is set, if not, an record with only the text "[NO_TEXT_EXTRACTED]" will be written to the .tda file.

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public void WriteRecord(
	Document document
)

Parameters

document  Document
The Document instance whose extracted text is to be written to the text data archive (.tda) file. The following properties should be set on the document: DocControlNumber, and FormatId

Remarks

Upon completion of writing the Document's record, the following properties are set on Document: IsTextArchivePath (set to true), TextFilePath (see to file path of .tda), and TextArchiveRecordOffset.

See Also