Rule Based Global Settings

File specifying what information will be displayed on the first page of the generated reports.

ruleBased.configFile=ruleBasedConfig.properties

File containing the actual definition of the rules.

ruleBased.rulesFile=ruleBased.properties

Encoding of the file containing the actual definition of the rules, the default encoding is UTF-8, to modify, uncomment and enter desired encoding.

ruleBased.rulesFile.encoding=UTF-8

Option to generate an individual report for each source file where a rule failed, default value true.

ruleBased.reportsPerSource=true

Option to generate for each source file an additional file (named controlTotal) containing the number of rules that failed for that file. Valid only if the previous parameter, reportsPerSource, is set to true. The default value is true.

ruleBased.generateTotals=true

Output folder for rule based reports generated by source based rules. The default folder is the data folder, to set a different folder, uncomment and enter the path to that folder. The default format for the reports is *.PDF.

ruleBased.reportsFolder=

Output folder for reports generated in *.CSV format. The default folder is the data folder, to set a different one, uncomment and enter the path to that folder.

ruleBased.csvFolder=

Output folder for controlTotals files generated by source based rules. The controlTotals files are the files containing the number of rules that failed for a specific source file. The default folder is the data folder, to set a different folder, uncomment and enter the path to that folder. This parameter is only valid only if generateTotals is set to true.

ruleBased.totalsFolder=

Default suffix for the controlTotals file. To set a different suffix, uncomment and enter the desired suffix.

ruleBased.totalsSuffix=.CDGSTDS.TOTALS

Prefix for the controlTotals file, by default the controlTotals do not carry a prefix, to use a prefix uncomment and enter the desired prefix.

ruleBased.totalsPrefix=