Why the select_one_form_file doesn't work?

Hi there!
Hello everyone!

I am working on a collection form where I need to select from a CSV file the DNI’s of the participants, but when I call the CSV file in the select_one_from_file it tells me Can’t find dni_docentes.csv.

The CSV file is correct, the call in the XLS FORM I do it right, it is loaded in the media files of my form, but I do not know why it gives me error.

image

There is the select_one_from_file call:

And the media loaded to the form:

And this is mi CSV file “dni_docentes”:

What could be the issue here?

Thanks for your help

I dont see anything that immediately strikes me as wrong. However I might suggest you try running this simple select-from-file form and associate dataset(s). This was transcribed directly from Form Datasets - ODK Docs, and I’ve tested it directly from Kobo against both Enketo and KoboCollect, and loads and runs fine on both.

SelectFromFile.xlsx (18.2 KB)
lgas.csv (87 Bytes)
wards.csv (132 Bytes)

If this form behaves for you, try working backwards to see where your form differs… If it doesn’t work, then that suggests something is quite broken in your environment.

1 Like