ExportSettings

  • valueType
    Type: string
    required

    What kind of value that should be used in the export.
    Valid values:

    • ORDER_NUMBER: E.g. Display alternative orderno - '4'
    • TEXT: E.g. Display alternative text - 'Very Satisfied'
    • WEIGHT (n/a SPSS): E.g. Display Alternative weight - '5'
  • expandMultipleChoiceToColumns
    Type: null | boolean

    If you want a column for each alternative for questions that allows multiple choice

  • exportType
    Type: string

    Which format you want the raw export.
    Valid values:

    • CSV: Create a csv file
    • EXCEL: Create a Microsoft Excel document
    • SPSS: Create a IBM SPSS statistics document
  • fieldSeparator
    Type: null | string

    Only applicable for exports of type CSV. Denotes the separator used between fields/columns.
    Valid Values:

    • COMMA: ,
    • SEMICOLON: ;
    • TAB: \t (tabulator value)
    • PIPE: |
  • includeRespondentInformation
    Type: null | boolean

    If you want to include respondent information. E.g. Email or Phone

  • showOtherAsText
    Type: null | boolean

    For alternative questions that has enabled Other, possible to give free text answer. Should the actual text be returned or just indication that Other was used.