MetadataFieldName
The names of document fields in which to add information extracted using the parameter MetadataSelector
(possibly combined with MetadataAttribute
). This parameter must have the same number of values as MetadataSelector
.
Type: | String |
Default: | |
Required: | No |
Configuration Section: |
Any section that you have defined for WkoopHtmlExtraction settings |
Example: | MetadataSelector0=h1,h2,h3 MetadataFieldName0=heading MetadataSelector1=p.important MetadataFieldName1=important_paragraph With this example, CFS 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: |