Workflow::ForEach | ||
Description | ||
This
plugin can be compared with a common "For Each" loop. |
||
Options | ||
For
Each |
Line
In File: step through all lines in a file. For each line the
configured action will be executed and the line-data is returned in <ForEachValue> |
|
Line In File | ||
File |
The file from which all lines will be read. | |
Ignore
Empty Lines |
If enabled, all lines that are empty will be ignored (no action will be performed). | |
Skip
First Line |
If enabled, the first line of the file will be skipped. | |
Ignore
Lines Starting with |
A list of characters. All lines that start with one of these characters will be skipped. | |
Part In String | ||
String |
The string which will be separated in parts. | |
Separator
String |
String
to use as separator. Example: string: data1@data2@name@1234 separator: @ "string" will be separated by the @ sign, resulting in "data1" and "data2" and "name" and "1234" |
|
Record In Recordset | ||
Handle |
The of the handle/recordset which contains the data you want to step through. | |
Columnname |
The name of the column of which the contents will be stored in <ForEachValue> in each step. | |
Worksheet in Workbook | ||
Excel
Workbook |
Excel file. | |
File in Directory | ||
Note: The file that is currently being processed by ForEach is placed in the internal filelist buffer. This means that variables like <ScanPathFileName>, etc. can be used! | ||
Directory |
The directory to scan for files. | |
DOS
Filter |
The DOS filter to apply to the filenames. | |
Include
Subdirectories |
When checked, subdirectories will also be scanned. | |
Directory in Directory | ||
Note: The directory that is currently being processed by ForEach is placed in the internal filelist buffer. This means that variables like <ScanPathFileName>, etc. can be used! | ||
Directory |
The directory to scan for files. | |
Include
Subdirectories |
When checked, subdirectories will also be scanned. | |
Execute For Each Step | ||
Run
Workflow |
Run the configured workflow. Checking "Commands Only" will run the workflow with all the runtime properties of the current workflow. When "Commands Only" is not checked, the specified workflow will be run entirely, including the scanning and processing of the contents of the specified "hotfolder" of that workflow (if the workflow is a hotfolder workflow). When the workflow is finished executing the current workflow will resume. | |
Run
Plugin |
Run the configured plugin. | |
Run
Script |
Run the configured script. |