HtmlFieldsRegex

List item fields in SharePoint can contain HTML. However, the SharePoint OData Connector ingests the values of list item fields as plain text, without any HTML markup. In most cases this is preferred because there is no benefit to storing HTML markup in the IDOL index.

You can use this parameter to ingest selected list item fields as HTML. You might want to do this if the HTML markup contains useful information, such as hyperlinks to other resources that can be retrieved by CFS and used to enrich the document. Set this parameter to a regular expression that matches the names of the fields to ingest as HTML rather than plain text.

Type: String (regular expression)
Default:  
Required: No
Configuration Section: TaskName or Fetchtasks
Example: HtmlFieldsRegex=.*HtmlField
See Also: