List
List local files
List
List local files
yaml
type: io.kestra.plugin.fs.local.ListExamples
yaml
id: fs_local_list
namespace: company.team
tasks:
- id: list_files
type: io.kestra.plugin.fs.local.List
from: "/data/input"
regExp: ".*.csv"
recursive: true
Properties
from *Requiredstring
maxFiles integerstring
Default
25recursive booleanstring
Default
falseregExp string
Outputs
count integer
files array
Definitions
io.kestra.plugin.fs.local.models.File
accessedDatestring
Format
date-timecreatedDatestring
Format
date-timeisDirectoryboolean
localPath
java.nio.file.Path
modifiedDatestring
Format
date-timenamestring
parentstring
sizeinteger
uristring
Format
uri