CSEntry generates an
operator statistics .log file for the primary data file when executing non-CAPI entry applications. The
.log file is a comma-delimited text file with a fixed format. It is designed to be easily imported into other software packages for custom processing. The log file can also be processed by a CSPro application with the appropriate data dictionary. To facilitate this effort, a dictionary matching the
.log file's format (shown below) has been provided with the CSPro installation. The dictionary can be found in the Examples folder:
%UserProfile%\Documents\CSPro\Examples 8.0\1 - Data Entry\Data Entry Log File\logfile.dcf
Note: For CAPI entry applications, a
.cslog file is generated, which can be viewed using the
Paradata Viewer Tool.
Each record in the .log file represents one data entry session. The record layout is as follows:
| Position | Contents |
| 1 - 3 | Mode (ADD, MOD, or VER) |
| 4 | comma |
| 5 - 36 | Operator ID (as entered) |
| 37 | comma |
| 38 - 47 | Start date (mm/dd/yyyy) |
| 48 | comma |
| 49 - 56 | Start time (hh:mm:ss) |
| 57 | comma |
| 58 - 65 | End time (hh:mm:ss) |
| 66 | comma |
| 67 - 74 | Total time (End time - Start time) (seconds) |
| 75 | comma |
| 76 - 83 | Pause time (seconds) |
| 84 | comma |
| 85 - 92 | Number of cases written |
| 93 | comma |
| 94 - 101 | Number of records written |
| 102 | comma |
| 103 - 110 | Number of keystrokes |
| 111 | comma |
| 112 - 119 | Number of bad keystrokes |
| 120 | comma |
| 121 - 128 | Number of fields with errors attributed to keyer |
| 129 | comma |
| 130 - 137 | Number of fields with errors attributed to verifyer |
| 138 | comma |
| 139 - 146 | Total number of fields verified |