Built in Import Station Plugins
Name | Description |
---|---|
DownloadProcessor |
Look into an OpenKM folder and download every file to import-station machine. They will be also moved to a processed folder in OpenKM. Downloaded files will have the folowing format: <file_uuid>.<extension> Example: file named document.pdf and uuid 1111-2222-3333-4444 will be renamed to 1111-2222-3333-4444.pdf in your local machine. Parameters:
|
FolderProcessor |
Iterate across disk folder recursively processing every file (depending on an extension filter). Parameters:
Enable backup option will copy every file of this execution to a folder. This folder will be in the following path: <execution_path>/backup/<task_name>/<date_of_execution>-<execution_id> Example: /home/user/backup/Processor task/2017-07-01-876 |
PropertiesProcessorCsvSingle |
Iterate across disk folder recursively processing CSV. For each CSV file, the processor upload into OpenKM a document what have the same CSV file name but distinct extension. For each document uploaded, are set metadata values what comes into the CSV file. Parameters:
You can use - character to skip a column (if needed) Enable backup option will copy every file of this execution to a folder. This folder will be in the following path: <execution_path>/backup/<task_name>/<date_of_execution>-<execution_id> Example: /home/user/backup/Processor task/2017-07-01-876 |
PropertiesProcessorCsvMultiple |
Iterate across disk folder recursively processing CSV. Each document referenced into the CSV file - have a column with document name - is uploaded into OpenKM. For each document uploaded, are set metadata values what comes into the CSV file. Parameteres:
You can use - character to skip a column (if needed) File name will be read from property named 'FILE_NAME'. Enable backup option will copy every file of this execution to a folder. This folder will be in the following path: <execution_path>/backup/<task_name>/<date_of_execution>-<execution_id> Example: /home/user/backup/Processor task/2017-07-01-876 |
SetMetadataProcessor |
Iterate across disk folder recursively processing CSV. Each document referenced into the CSV file - have a column with document name and another one with document uuid - is modified into OpenKM to set metadata values what comes into the CSV file. Parameteres:
You can use - character to skip a column (if needed) File name will be read from property named 'FILE_NAME'. File uuid will be read from property named 'UUID'. Enable backup option will copy every file of this execution to a folder. This folder will be in the following path: <execution_path>/backup/<task_name>/<date_of_execution>-<execution_id> Example: /home/user/backup/Processor task/2017-07-01-876 |