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 asCHANNEL_TITLE
,CHANNEL_DESCRIPTION
,ITEM_TITLE
andITEM_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 thechannel
document field and item metadata to theitem
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: |