The parameters in this section customize the WKOOPHtmlExtraction
task.
This task extracts content from HTML pages.
WKOOP is not included with CFS, so you must install Web Connector and set the configuration parameter WKOOPPath. You must install a version of WKOOP that is the same as, or later than, the version of CFS that you are using.
You must configure the WKOOPHtmlExtraction
task as a Pre
task. To run the task, use the PreN parameter to specify the name of a section that contains the task settings. For example:
[ImportTasks] Pre0=WKOOPHtmlExtraction:HtmlProcessingSettings [HtmlProcessingSettings] WKOOPPath=F:\WebConnector\WKOOP.exe ProxyHost=proxy.domain.com ProxyPort=8080 Clipped=True RemoveNoscripts=True RemoveScripts=True ExtractLinks=True
|