ExtractFieldNames

The ExtractFieldNames parameter specifies a list of field names. The data extracted from documents by the ExtractFields parameter is saved to these fields. For example, to extract the names of attachments to a field called AttachmentId, use the following:

ExtractFields=$FILE
ExtractFieldNames=AttachmentId

This parameter needs to be set only if you are not sending the document to Connector Framework Server (that is, sending to another connector or saving to disk).

Type: String (comma-separated list)
Default: No
Required: No
Configuration Section: TaskName or FetchTasks
Example: ExtractFieldNames=AttachmentId
See Also: ExtractFields