Label | Explanation | Data Type |
Folder | Folder in which the input files are located. | Folder |
Wildcard (Optional) | A combination of * and characters that help to limit the results. The asterisk is the same as specifying ALL. If no wildcard is specified, all inputs will be returned. You can use this parameter to restrict iteration over input names starting with a certain character or word (for example, A* or Ari* or Land* and so on). | String |
FileType (Optional) | The file extension, such as TXT, ZIP, and so on. Only files with the extension will be iterated. Do not use a period before the file extension. | String |
Recursive (Optional) | Determines if all subfolders of the main folder will be recursively iterated through.
| Boolean |
Derived Output
Label | Explanation | Data Type |
File | The full path to the file. | File |
Name | The name of the dataset. | String |