Difference between revisions of "OS4X plugin os4xplugin filename convention check"

From OS4X
Jump to navigation Jump to search
(Created page with "Category:Plugins == Purpose == Check every single (real) filename of the job against a configurable regular expression. == Requirements == *OS4X Enterprise license == Co...")
 
 
Line 1: Line 1:
 
[[Category:Plugins]]
 
[[Category:Plugins]]
 
== Purpose ==
 
== Purpose ==
Check every single (real) filename of the job against a configurable regular expression.
+
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 ==
 
== Requirements ==

Latest revision as of 14:04, 21 January 2025

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.