Survey Data
Prerequisities:
if you will link this data EMPLOYEE_ID rather than EMPLOYEE_EMAIL, you MUST also provide HRIS data to link
EMPLOYEE_ID
to individuals by email in your organization.
Suggested filename: survey_data_YYYYMMDD.csv
This file provides input on survey data for employees during their lifetime at the company. We only support questions with response types that can be encoded as numerical values.
1 This field name identifies a distinct question in the survey. Eg, SURVEY_QUESTION_1
is expected to refer to the equivalent question in this and any other survey data file. If this question is omitted in future surveys, do not include the field (column) in future files. If questions are added in future surveys, use a unique variation of SURVEY_QUESTION_N
that you have not used before. 2 At least one question should be provided. 3 Encode survey answers numerically. Eg, as integer (1
, or 1.0
, etc; if categorical) or float (0.7
, etc; if continuous). String values that cannot be parsed as a number are discarded.
Survey import example
Last updated