• <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
      • 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>

File Types

It is highly recommended that you enable the viewing of file extensions in Windows when using CSPro. By default, Windows hides the extensions of known types, and this can be confusing when working with CSPro files. To view the extensions, open Explorer, select the View tab and then the Options button. On the View tab, uncheck Hide extensions for known file types.
Dictionary
.dcfData dictionary
 
Program Information
.pffParameters describing how to run any CSPro application
.pffRunnerCompilation of PFF files used by the Production Runner
 
Data Entry Application
.entData entry application
.dcfData dictionary
.fmfForms
.ent.apcLogic code
.ent.mgfUser-defined messages
.ent.qsfQuestion text
.cspropsApplication properties (optional)
 
.penCompiled data entry application to run on mobile devices
 
Data File
.csdbCSPro DB data file
.csdbeEncrypted CSPro DB data file
.jsonJSON data file
.csvComma Delimited (CSV) data file
.skvSemicolon Delimited data file
.tsvTab Delimited data file
.xlsxExcel data file
.RDataR data file
.xptSAS data file
.savSPSS data file
.dtaStata data file
 
.dat / .???Text data file
.csidxIndex for text data files (in binary format)
.csnotNotes (entered by the operator) for text data files
.stsStatus file, listing information about what cases have been verified or partially entered, for text data files
 
.logOperator statistics
.lstListing of data entry activity
 
Batch Edit Application
.bchBatch edit application
.dcfData dictionary
.ordOrder of edits
.bch.apcLogic code
.bch.mgfUser-defined messages
.cspropsApplication properties (optional)
 
.lst / .html / .json / .xlsx / .csv / .csdb / .datListing file (typically of batch edit results)
.tbw / .lst / .html / .json / .xlsxFrequencies
.impute_freq.lstImputation frequencies
.impute_stat.csdbImputation statistics
.svaContents of saved arrays
 
Tabulation Application
.xtbTabulation application
.dcfData dictionary
.xtsTable specifications
.xtb.apcLogic code
.xtb.mgfUser-defined messages
.cspropsApplication properties (optional)
 
.anmArea names
.lstListing of tabulation results
.tbwOutput tables for the Table Viewer
 
.tabTable matrices file
.tabidxTable matrices index file
 
Other
.cmpComparison specifications for the Compare Data tool
.csdsDeployment specifications for the Deploy Application tool
.csdocCSPro Document
.csdocsetCSPro Document Set
.cshtmlHTML file, associated with CSView, that has access to the Action Invoker
.cslogLog with paradata events stored during an application's run
.cspackPack specifications for the Pack Application tool
.exfExport specifications for the Export Data tool
.fqfFrequency specifications for the Tabulate Frequencies tool
.m4aRecorded audio files (AAC audio in an MPEG-4 container)
.ssfSort specifications for the Sort Data tool
.xl2csConversion specifications for the Excel to CSPro tool
 
Some of the file extensions were different in previous versions of CSPro:
 
Previous ExtensionCurrent Extension
.app.apc
.enc.pen
.idx.csidx
.not.csnot
.tai.tabidx
See also: JSON Specification Files