File Datasources¶
Create datasources from file paths
Definition¶
Output ports¶
- port1 [datasource]
Datasources with paths files
Configuration¶
- Directory (directory)
Directory where to search for files.
- Include (include_types)
Choose whether matching files, directories or both should be included in the result
- Recursive (recursive)
If unchecked, only the selected directory will be searched. If checked, all subdirectories of the selected directory will also be searched.
- Search pattern (search_pattern)
A wildcard (glob) pattern which the filenames must match.
Examples¶
Implementation¶
- class node_file_datasource.FileDatasourceMultiple[source]