Pull data with text (not with numbers)

HI guys,
I am trying to use pull data func

Problem:
I have 2 CSV files (we give target to complete survey in a specific duration)

  1. Work (600+ options)
  2. Target
    xls is shown below

work

Objective:
i want surveyor will choose WORK from a dropdown (&autocomplete shud be enabled) from the work.csv and Target should be displayed automatically from the target.csv

How can this happen. If i am doing it wrong, is there another easy workaround where a single csv can be used?
Pls guide

i am attching xls
rr.csv (47 Bytes)
work.csv (27 Bytes)
a3ivRkyJvroK2hH9u8b8pU.xlsx (9.6 KB)

@vicks88, seems like you are also trying to use the select_one_from_file question type and your csv file does not look like how it should be structured. Maybe you will need to go through our support article Select One or Many From External File Question Type to achieve what you wish to. FYR the CSV file should be as follows:

While your CSV file at the moment is as follows:

Image 1

Fix this and it should solve your issue.

Oh ok thanks a ton…

1 Like