• Data Manager User's Guide
    • Introduction to Data Manager
    • Overview
    • Views
      • Views
      • Views: Case
      • Views: Case (JSON)
      • Views: Case (Text)
      • Views: Case (Questionnaire View)
    • How to ...
    • Appendix

Views: Case (JSON)

Selecting View -> Case (JSON) displays case data in its JSON representation.
There are several options that give you control over how the case is displayed. From the View Options menu:
  • Language: Selects which dictionary labels to use when a dictionary is defined in multiple languages.
  • Compact JSON: When checked, cases are written with no extra spacing. By default, cases are written in a more readable format with spaces and newlines.
  • Verbose: When checked, cases are written in verbose mode, outputting all case details rather than only those with defined, non-default, values.
  • Include Labels: When checked, value set labels associated with items are written along with the codes.
  • Include Blank Values: When checked, items without a value (notappl numbers, blank strings, etc.), are written.
  • Embed Binary Data: When checked, binary data is written as a data URL.
Each of these options correspond to options used by the JSON data source.
See also: Views