MetadataFieldName

The names of document fields in which to add information extracted using the parameter MetadataSelector. This parameter must have the same number of values as MetadataSelector.

Type: String
Default:  
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example:
MetadataSelector0=h1,h2,h3
MetadataFieldName0=heading
MetadataSelector1=p.important
MetadataFieldName1=important_paragraph

With this example, the connector might extract the following from the HTML document:

<h1>This is a title</h1>
<h2>This is a sub-title</h2>
<p class="important">This is <strong>important</strong> text</p>

...and add the information to the following fields:

#DREFIELD heading="This is a title"
#DREFIELD heading="This is a sub-title"
#DREFIELD important_paragraph="This is <strong>important</strong> text"
See Also: MetadataSelector

_HP_HTML5_bannerTitle.htm