2020.1

Table Of Contents
Processing
Each file capture by the input is sent down through the process, one at a time. When the file is
finished, the process goes back to the input which feeds another file down, as long as there are
files in the queue. Once all the files are gone, the task polls the input folder again to see if new
files are present and, if so, the process continues with these files. Otherwise, the process ends.
Output
The output to this task is a series of individual files, one after the other. These files are not
modified in any way from when they are captured from the source folder.
Task properties
General Tab
l
Folder list: Enter the full path of the folder from which the input files are to be taken.
l
Masks: Enter a single or multiple file names or use file name masks. See "Masks" on
page304.
l
Treat as regular expressions: When ticked, the contents of the Mask field are
deemed to be a regular expression . You can specify multiple masks based on
regular expressions, separating the regular expressions by a semicolon.
The checkbox is not ticked by default. Please refer to Regular Expressions for more
information.
Note
No Variable Data can be used inside this field if the Treat as regular expressions
option is ticked. The percent sign, the curly brackets and the period are all key
elements of the RegEx syntax, therefore they cannot be mixed and matched with
Workflow variable data syntax (e.g. %1, ${global.myvar}, etc.). Also, there is no
validation of the RegEx being specified.
l
Sort files by: Select a given sorting method to prompt PlanetPress Workflow to sort the
files in the source folder before taking them (and thus to take them in a specific order).
Select None to let PlanetPress Workflow take the files without sorting them first.
Page 319