OS4X plugin os4xplugin filename convention check

From OS4X
Jump to navigation Jump to search

Purpose

Check every single (real) filename of the job against a configurable regular expression. If any of the files in the job don't fulfill the filename convention, the job aborts.

Requirements

  • OS4X Enterprise license

Configuration

  • Regular expression rule for matching filenames: The regular expression every file of a job must match.

Remarks

The rule will be executed using the enhanced PCRE ("Perl Compatible Regular Expressions") engine, which offers much more functionalities than the standard POSIX regular expressions.