• <GetStart>
  • CSPro User's Guide
    • The CSPro System
    • Data Dictionary Module
    • The CSPro Language
    • Data Entry Module
    • Batch Editing Applications
    • Tabulation Applications
    • Data Sources
    • CSPro Statements and Functions
    • Templated Reporting System
    • HTML and JavaScript Integration
    • Action Invoker
    • Appendix
      • Appendix A - Installation
      • Appendix B - Keys Summary
      • Appendix C - Menu Summary
      • Appendix D - Toolbar Summary
      • Appendix E - Application Properties
      • Appendix F - Converting Within IMPS or ISSA
      • Appendix G - Errors in Censuses and Surveys
      • Appendix H - File Types
        • File Types
        • JSON Specification Files
        • SQLite Use in CSPro
        • Importing Data to CSPro Format
        • Locking Application Files
        • Temporary Data File
        • CSPro DB File Format
        • Files Description
          • Data Dictionary File (.dcf)
          • Data Entry Application File (.ent)
          • Forms File (.fmf)
          • Logic File (.apc)
          • Message File (.mgf)
          • Question File (.qsf)
          • Application Properties File (.csprops)
          • Program Information File (.pff)
          • Binary Data Entry Application File (.pen)
          • Index File (.csidx)
          • Notes File (.csnot)
          • Status File (.sts)
          • Paradata Log File (.cslog)
          • Operator Statistics File (.log)
          • Listing File
          • Frequencies File
          • Batch Edit Application File (.bch)
          • Edit Order File (.ord)
          • Saved Arrays File (.sva)
          • Tabulation Application File (.xtb)
          • Table Specifications File (.xts)
          • Tables File (.tbw)
          • Area Names File (.anm)
          • Table Matrices File (.tab)
          • Table Matrices Index File (.tabidx)
          • Frequency Specification File (.fqf)
      • Appendix I - JSON Representations
  • <CSEntry>
  • <CSBatch>
  • <CSTab>
  • <DataViewer>
  • <TextView>
  • <TblView>
  • <CSFreq>
  • <CSDeploy>
  • <CSPack>
  • <CSDiff>
  • <CSConcat>
  • <Excel2CSPro>
  • <CSExport>
  • <CSIndex>
  • <CSReFmt>
  • <CSSort>
  • <ParadataConcat>
  • <ParadataViewer>
  • <CSCode>
  • <CSDocument>
  • <CSView>
  • <CSWeb>

Operator Statistics File (.log)

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:
PositionContents
1 - 3Mode (ADD, MOD, or VER)
4comma
5 - 36Operator ID (as entered)
37comma
38 - 47Start date (mm/dd/yyyy)
48comma
49 - 56Start time (hh:mm:ss)
57comma
58 - 65End time (hh:mm:ss)
66comma
67 - 74Total time (End time - Start time) (seconds)
75comma
76 - 83Pause time (seconds)
84comma
85 - 92Number of cases written
93comma
94 - 101Number of records written
102comma
103 - 110Number of keystrokes
111comma
112 - 119Number of bad keystrokes
120comma
121 - 128Number of fields with errors attributed to keyer
129comma
130 - 137Number of fields with errors attributed to verifyer
138comma
139 - 146Total number of fields verified
See also: Paradata Log File (.cslog)