MetadataAttribute
The name of an attribute to extract information from. If you set this parameter, Connector Framework Server extracts the value of the named attribute on the element(s) selected by the corresponding MetadataSelector numbered parameter, instead of extracting the content of the selected element(s). The attribute value is added to the document field specified by the corresponding MetadataFieldName numbered parameter.
Type: | String |
Default: | |
Required: | No |
Configuration Section: |
Any section that you have defined for WkoopHtmlExtraction settings |
Example: | MetadataSelector0=p.important MetadataAttribute0=title MetadataFieldName0=TITLE This example matches the following elements in the HTML... <p class="important" title="the title">This is some text</p> <p class="important" title="another title">Some more text</p> ...and produces the following document fields: #DREFIELD TITLE="the title" #DREFIELD TITLE="another title" |
See Also: |