ProcessSendToKDCollections

In OpenText Extended ECM, collections of files can be sent to Knowledge Discovery. This parameter specifies whether to process collections that have been "Sent To Knowledge Discovery".

When you set this parameter to TRUE, the connector does not crawl the repository starting from root Extended ECM volumes, and instead ingests only the direct child nodes of the "Sent To Knowledge Discovery" collections. The connector ingests a document for each node in a collection. The relevant content selection parameters, for example NodeNameMustHaveRegex or NodeIDMustHaveRegex are still applied to the nodes.

The documents produced by the connector contain XML metadata with the source collection, and the labels selected in Extended ECM when the collection was "Sent to Knowledge Discovery". For example:

Copy
<SendToKD>
  <Collection>
    <ID>143757</ID>
    <Name>KD_Col</Name>
  </Collection>
  <Labels>
    <Label>
      <ID>E75BA785-314D-46C1-9370-9BC5D282AACA</ID>
      <Name>GDPR-check</Name>
      <SendDate>2025-04-07T12:52:29Z</SendDate>
    </Label>
    ...
  </Labels>
</SendToKD>
Type: Boolean
Default: False
Required: No
Configuration Section: TaskName or FetchTasks
Example: ProcessSendToKDCollections=TRUE
See Also: