EnableExtractionCopy
The EnableExtractionCopy
parameter specifies whether the connector makes a copy of files before performing extraction.
When performing extraction from certain file types, KeyView can change the last modified date of a file. This causes the connector to re-ingest the document on the next synchronize
action. The solution is to make a copy of the original document (by setting this parameter to True
). KeyView then performs the extraction on the copy.
This parameter is relevant only to the File System Connector, which acts on the original documents instead of temporary copies. For other connectors, enabling this setting has no effect, because the connectors download temporary copies and own the files.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Connector |
Example: | EnableExtractionCopy=False
|
See Also: | KeyViewDirectory |