Bulk Upload data in the koboform

Hi @Ysr3322

When there is a grouping in the form, you need to adjust the script little bit is not hard. You need to group these questions in the script as well.

{
“id”:“{{Form ID}}”,
“submission” :{
“formhub”: {
“uuid”: “{{Form uuid}}”
},
“Kobo Data Column Name 1”: “{{CSV file Column name}}”,
“Kobo Data Column Name 2”: “{{CSV file Column name}}”,
“Kobo Data Column Name 3”: “{{CSV file Column name}}”,
“Group Name” : {
“name of the question without group name”: {{CSV file Column name}},
“name of the question without group name”: {{CSV file Column name}},
“name of the question without group name”: {{CSV file Column name}}
},
“Kobo Data Column Name 5” : “{{CSV file Column name}}”,
“Kobo Data Column Name 6”: “{{CSV file Column name}}”,
“Kobo Data Column Name 7”: “{{CSV file Column name}}”,
“meta”: {
“instanceID”: “uuid:{{CSV file Column name}}”
}
}
}

2 Likes