File patterns and filters
Control exactly which files a job includes with a file pattern, skip hidden and system files, and rename files as they're written to the destination.
Last updated July 17, 2026
#File patterns
A file pattern limits which files a job includes. The default * matches everything; a pattern like *.csv matches only CSV files. Patterns are matched by name, so mind case where your systems are case-sensitive (*.CSV vs *.csv).
For Scheduled Purge, the pattern works alongside the age threshold — both must match for a file to be deleted.
#Renaming on the destination
A job can write files to the destination under a different name using a destination filename pattern — for example, adding a date stamp or matching a naming convention a downstream system expects. Configure this in the job's destination settings.
#Tips
- Test a new pattern with a manual run and check the file list in the run detail.
- Prefer specific patterns over
*for jobs that share a folder with unrelated files.