Find files
files_find_filesSearch a folder for files matching a pattern and get their paths to feed into subsequent pipeline steps.
Instructions
Finds files matching a pattern (e.g. '*.epub') in a folder. Returns a list of paths — the typical 'producer' for for_each steps in run_pipeline: find, then do something with each result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| pattern | No | * | |
| recursive | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||