MetadataStyle

The MetadataStyle parameter specifies how the connector adds metadata from the RSS feed to documents.

Set this parameter to one of the following values:

  • FixedField - The connector adds standard channel and item metadata to each document, creating fields such as CHANNEL_TITLE, CHANNEL_DESCRIPTION, ITEM_TITLE and ITEM_DESCRIPTION.
  • XML - The connector adds all of the channel metadata and item metadata (for the relevant item) contained in the RSS feed. The connector adds channel metadata to the channel document field and item metadata to the item document field, in the same structure as it is extracted from the feed.
Type: String
Default: FixedField
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example: MetadataStyle=XML
See Also: