Form attachments on ODK central adds an extra extension (i.e., .csv.csv)

I am working on an ODK form that uses the pulldata() function in the calculation column to retrieve specific values (e.g., age) from an external dataset (a .csv file).

pulldata('dataset.csv', 'FQ_age', 'respondent_key', ${assignment})

However, when uploading the form to ODK Central, I am receiving a prompt or error that says it's looking for "dataset.csv.csv" on the form attachments on the central server.

I have tried to use another browser, but the issue persists.

Could you try, please:
pulldata('dataset', 'FQ_age', 'respondent_key', ${assignment})

And for file definition
type: csv-external with name: dataset

See https://docs.getodk.org/form-datasets/#looking-up-values-in-datasets and https://xlsform.org/en/#external-csv-data and https://xlsform.org/en/#appendix---loading-big-csv
:egg: :rabbit:

1 Like