I have updated form and csv file to upload the data but the after uploading the form the form not taking the data from csv file and doesnt show anything
form.xlsx (9.2 KB)
pull.csv (1.8 KB)
Welcome to the community, @anupmore87! Could you share the sample of your CSV file with the community (if it does not store any sensitive data)? Maybe the community should be able to see if it’s an issue with the file format.
I have uploaded the files
Hi @anupmore87 !
Try to make sure there are no spaces in your ‘name’ column in your XLSForm (e.g., right now you are using ‘ID number’ as a name and using that in your pulldata formula). Try to make that ‘id’ for example, or ‘id_number’.
Same goes for your csv file, in the column ‘Name_of_Family member’ - you’ve left a space. Replace that space with an underscore.
Third thing I can see is that in your pulldata formula, you’ve not put a comma before ${id} - check your pulldata formula is correctly formatted.
You’ve also forgotten a single quote mark before ID number in your pulldata formula.
For example, your pulldata formula could/should look like this:
pulldata(‘pull’,‘District’,‘key’,${id})
But in order for this to work, please change ‘ID number’ in the name column to ‘id’, and make sure you’ve made the corrections as above.
Hope this helps!
Janna
@anupmore87, you should be able to learn more about the pull data function through our support article Pull Data Functionality in KoboToolbox.