Input one or several files in any format. The element outputs the file(s) URL(s).
Parameters in GUI
Parameter | Description | Default value |
---|---|---|
Input directory | Input directory. | |
Absolute output paths | Specify whether to output absolute or relative paths of the files. | True |
Recursive reading | Get files from all nested directories or just from the current one. | False |
Include name filter | Filter files by the specified value. It can be, for example, a file name or a regular expression of the file name. | |
Exclude name filter | Exclude files using the specified filter value. The value can be, for example, a file name or a regular expression of the file name. |
Parameters in Workflow File
Type: get-file-list
Parameter | Parameter in the GUI | Type |
---|---|---|
in-path | Input directory | string |
absolute | Absolute output paths | boolean |
recursive | Recursive reading | boolean |
include-name-filter | Include name filter | string |
exclude-name-filter | Exclude name filter | string |
Input/Output Ports
The element has 1 output port:
Name in GUI: out-url
Name in Workflow File: out-url
Slots:
Slot In GUI | Slot in Workflow File | Type |
---|---|---|
Source URL | out-url | string |