Tasks (Processors)
Job tasks also known as processors provide a processing pipeline for documents and metadata. Post processors can also be added as a task to run after the files are processed. They are run for each document that has been read.
The following is a list of Job Tasks for 3Sixty. Click on the details link following each definition for details on its purpose, how and when to use it, and how to configure it.

-
Click on the task tab in your integration job.
-
Find the task you want to create in the drop down. Tasks are grouped by type. You can also search for the task by name.
-
Select the create task button
-
Fill out the configuration fields. Some tasks do not require configuration.
-
Click Done to save the task to your job.
Commonly Used Tasks
-
Duplication Detection: Check the chosen field to find duplicate documents.
-
File Name Cleanse: This task uses regex (Regular Expressions) to alter filenames.
-
Folder Path Cleanse: Use Regular Expressions (regex) to alter Folder Names.
-
Obsolete Detection: Filter out "obsolete" content before running a job.
-
Override File Name: The task uses the 3Sixty Expression Language to override the file name of each document.
-
Override Folder Path: Add the Override Folder Path task from the drop-down on your job.
-
PII Detection: Use regex expressions to detect personally identifiable information (PII) in any document or metadata passing through 3Sixty.
-
Rename File On Duplicate File Path: Functions similarly to the Duplication Check Task, except if it finds a duplicate, it will rename the file using the supplied pattern.
-
Tika Text Extractor: Extract text from documents.
-
Trivial Detection: Can be used to identify content that is trivial in nature
Related Articles: