Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SecondaryValidation module can be used to perform certain checks on time series data and generate log messages when the specified criteria are met.

Children Display

Configuration

An XML file for configuring an instance of the SecondaryValidation module called for example CheckImportedData would be the following:

CheckImportedData 1.00 default.xml

CheckImportedData

File name for the CheckImportedData configuration.

1.00

Version number

default

Flag to indicate the version is the default configuration (otherwise omitted).

...

The configuration contains variable definitions for one or more time series that can be used as input for checks. Each variable definition contains a variableId and a timeSeriesSet. The variableId can be used to reference the time series in a check. Alternatively, depending on which check it is, either variable definitions or variables can be embedded in the checks.

Warning
titleMultiple checks for a time series

When multiple checks for a time series are necessary within 1 workflow, all checks should be present within 1 module config file.

This is because at the beginning of the Secondary Validation module all previous secondary validations are being undone and for significant database performance reasons.