MetadataFieldName
The name of the document field in which to add information extracted using the parameter MetadataSelector (possibly combined with MetadataAttribute).
If the value you specify for MetadataSelector matches more than one element in the HTML, multiple fields are added to the document.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Any section specified by MetadataFieldSections, ChildDocumentMetadataFieldSections, or ChildMetadataFieldSections |
Example: | [MyTask] MetadataFieldSections=ExtractH1 [ExtractH1] MetadataSelector=h1 MetadataFieldName=heading With this example, the connector might extract the following from the HTML document: <h1>This is a title</h1> ...and add the information to the following IDOL document fields: #DREFIELD heading="This is a title" |
See Also: |