Table of Contents

Method ToMedi

Namespace
Qavren.Edge.Ingestion.DataIngestion
Assembly
Qavren.Edge.Ingestion.DataIngestion.dll

ToMedi(ExtractedDocument)

SP3 to MEDI. One root section holds the document facts and one element per block, in block order. Zero-length blocks are skipped, because a MEDI element cannot be empty.

public static IngestionDocument ToMedi(ExtractedDocument document)

Parameters

document ExtractedDocument

The extracted document.

Returns

IngestionDocument

The MEDI document.