-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The existing file
template function reads a file from a full path. For example: {{file ./files/sample.csv}}
But at times, we want the ability to read all files from a folder when file name matches a pattern.
Example, when running integration system benchmarks1, the corpus data generator tool creates sample data file with random suffix in its name 2. The full name is not known, thus it cannot be read using file
template function.
Enhancement:
Add glob
function template function which can read multiple files matching a pattern.
Example usage: {{glob ./files/corpus-*}}
Footnotes
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request