WikiContentAsFile
A Boolean value that specifies how to process the content of wiki pages.
- By default the connecter adds the content of wiki pages directly to the document field
DRECONTENT. This means that the content is not processed by KeyView (when the document is sent to CFS). - To ingest the content as a file (and therefore allow KeyView to process it), set this parameter to
TRUE. You might want to do this if the content contains HTML, so that the HTML markup is removed.
NOTE: This parameter is ignored unless IgnoreWikiAspx=true.
| Type: | Boolean |
| Default: | False |
| Required: | No |
| Configuration Section: | TaskName or Fetchtasks |
| Example: | WikiContentAsFile=TRUE
|
| See Also: | IgnoreWikiAspx |