NIPO ODIN Version 5.17

Previous Topic

Next Topic

Triple-S XML

Triple-S XML is a open standard data format using XML. It is supported by a variety of products, including but not limited to:

  • Bellview
  • CfMC Survent
  • Merlin
  • Miriad (TNS)
  • Preport
  • SNAP

An export to Triple-S requires that the survey data file is present in same the directory as the questionnaire that is exported. For a questionnaire NAMEQ, the data file should be named NAME.DAT.

Export to Triple-S XML

Embedded PNG Image Template (Styled)

Export to Triple-S version
Sets the Triple-S format to use. Check your statistical analysis package for details. Supported exports are 1.1, 1.2 and 2.0.

Data file format
Sets the data file format for the export, either fixed or csv (character-delimited). This is only supported for Triple-S version 2.0.

Convert text using code page
Select the code page to convert the export into. Make sure the selected code page matches the language of your questionnaire.

Subsurvey
Select which survey to export if *NEW was used within the questionnaire.
Language
If more than one language is defined within the questionnaire, select the language to use for the question and code labels in the export.

Include alphanumeric questions
Include *ALPHA and *NUMBER questions in the export.

Include questions without text and unused questions
Exports questions without text and questions that are never shown due to routing. By default these are not exported.

Include null-evaluating filter and dummy questions
Exports questions that use a filter that always evaluates to false (for example *IF [ 1 = 0]) and *DUMMY questions. By default these are not exported.

Recode questions containing code '0'
Code 0 for code categories is by default not supported in the Triple-S XML format. This option recodes code labels if code 0 was used in the questionnaire.

Include open answers
In addition to optionally coded open-ended questions, this exports open-ended answer verbatim into the data file.

Open answer length
Sets the maximum number of characters to be used for open-ended answers. Answers beyond the length limit are truncated.

Check QPS compliance
Checks compliance with Triple-S exports for QPS. If the compliance is not met, a warning message is displayed.

Open SSS file
Automatically opens the Triple-S variable definition file in the NIPO ODIN Developer after export.

The following characters in the question and code text are escaped when exporting to Triple S XML:

  • < is replaced by &lt;
  • > is replaced by &gt;
  • & is replaced by &amp;
  • ' is replaced by &apos;
  • " is replaced by &quot;

See Also