The ImportFile
task imports a file and adds its content to the document being processed. CFS does not extract sub files from the file.
The ImportFile
task can be configured as a Pre or Post task. When you create the task, specify the name of the document field that contains the file name of the document to import, for example:
Pre0=ImportFile:fieldname Post0=ImportFile:fieldname
where fieldname
is the name of the document field.
If the field contains a URL, CFS downloads the file and adds its content to the document.
|