File Filter Task
Triggers OK port If all provided conditions are verified, else triggers the Not port. You may filter by file extensions, by size or by date.
Input file
Complete file path to filter or smart_path.
By File extensions
You can choose to include or exclude the extensions like:
- a single string like ‘.txt’.
- a list of extension like [".txt", ".xls"] or (".jpg", ".png").
By File size
If Min or Max provided, could be:
- an integer representing bytes amount. Ex: 1024 (i.e. 1 KB).
- a human string like ‘100K’, ‘1.5M’, etc.… That representation has to be enclosed between single or double quotes.
By Date
Let you filter files that creation/modification occurred before/after an amount of minutes/hours/days/weeks.