select_one with pulldata

345
3
09-01-2020 12:23 AM
Ericdu_Boislouveau
New Contributor

Hi,

I need to use an select_one field that needs to be populate by a CSV file.
I was thinking of using the pulldata function but it doesn't seem to work.
Is there a solution?

Thanks

0 Kudos
3 Replies
BrettStokes
Esri Contributor

Hi Eric,

We're working on supporting select_one and select_multiple from file in the upcoming 3.11 release (as opposed to using the pulldata function). The latest beta builds are available for download via the Early Adopter Community if you'd like to start testing this functionality out with your workflow.

Hope this helps,

Brett

0 Kudos
Ericdu_Boislouveau
New Contributor

Ok, thank you, I downloaded version 3.11 but can you explain how to use the select_one function with a CSV file ?

0 Kudos
IsmaelChivite
Esri Notable Contributor
typenamelabel
select_one_from_file countries.csvcountriesCountries

Use the select_one_from_file question type as shown above and copy your csv file in the media folder.

The CSV file needs a column called name and another column called label.

This functionality is available on 3.11 Beta (available in Early Adopter Community)

Can you describe in more detail your motivation to populate a list from a CSV, as opposed to adding the list values into the choices worksheet? I

Thanks!

0 Kudos