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.