Data Loading Surveys
Data loading surveys through Vault Loader allows survey designers to create surveys in bulk, saving time compared to creating multiple surveys manually.
Who can use this feature?
- Browser Users
- Users do not require an additional license
- Survey Designers
Configuring Data Loading Surveys for

To configure this feature, ensure Configuring Surveys is complete.
Data Loading Surveys as

Survey designers can create surveys in bulk using the Vault Loader.
Object records must be data loaded in the following order to preserve object relationships:
- survey__v records.
- survey_question__v records – order__v must be defined on data loaded survey_question__v records. order__v starts with 0 and increments in whole numbers (0, 1, 2, 3).
- survey_target__v records.
question__v records can be data loaded at any time.
Field Format Considerations
When data loading Survey, Survey Question, and Question records, certain field formats must be adhered to.
Survey:
- account_types__v
Format: account__v Object Type Name 1;account__v Object Type Name2
Example: hcp__v;kol__v
- channels__v
Format: question_response__v Object Type Name 1;question_response__v Object Type Name 2
Example: crm__v;clm__v
- territories__v
Format: Format: ;territory__v.name__v 1;territory__v.name__v 2;territory__v.name__v 3;
Example: ;101;102;103;
- segment__v
Format: Segment Name 1;Min Value 1;Max Value1;Segment Name 2;Min Value 2;Max Value2;
Example: Tier 3;0;25;Tier 2;36;75;Tier 1;76;100;
Survey Questions and Questions:
- answer_choice__v
Format: Answer Choice Value 1;Weight 1;Answer Choice Value 2;Weight 2;Answer Choice Value 3;Weight 3
Example: Option A;5;Option B;5;Option C;5
If weights are not used, enter 0 as the weight. Do not skip entering the weight (Option A;Option B;OptionC), as this will cause an error.