Skip to content

StateDMI / Command / WriteCheckFile


Overview

The WriteCheckFile summarizes the results of command processing warning/failure messages in a “check file”. This file is useful for reviewing results and for quality control. The check file is essentially a persistent record of any problems that occurred during processing, whereas a full log file contains a sequential list of processing. Multiple check commands can be used as appropriate and one or more check files can be written.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

WriteCheckFile Command Editor

WriteCheckFile Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

WriteCheckFile(Parameter="Value",...)

Command Parameters

Parameter             Description Default          
OutputFile
required
The name of the check file to create, enclosed in double quotes if the file contains spaces or other special characters. A path relative to the command file containing this command can be specified.

Specify a filename with .html extension to generate an HTML file or .csv to generate a comma-separated value file suitable for use with Excel. The HTML file will contain more information and include navigation links.
None – must be specified.
Title A title that will be shown in the output file. This is recommended to provide context for results because the default title uses the command file name. Auto-generated and includes command file name.

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also