Import/export in Kobo server

Hello,

I work in the IT of my company and I installed recently a hosted kobo server at our data center.
My colleagues work now on our kobo server. They have exported all forms from https://kobo.humanitarianresponse.info/ to our server except datas of the forms.

I tryied to find a topic who can help me to export datas from https://kobo.humanitarianresponse.info/ to our server but the answers were not clear for me.

Could someone tell me what is the easiest solution to import datas to our new server please ?

Thanks in advance !

@Dabertch, you could do it as outlined in this post discussed previously:

Thank You ! I will give it a try !

About the code:

Body:
{
“id”: “aBYoM329UeBeFDr7bJwXUZ”, // form ID from the kobo
“submission”:

  {
    "q1": "{{q1}}" , // q1 is the question in the form
    "meta": {
      "instanceID": "uuid:{{_uuid}}" // uuid is the unique submission 

in the form
}

  }

}

The tutorial doesn’t explain how to import several questions.
If in the form, i want to import a second question (q2 for exemple), how do I add it ? Is this possible like below ?

“q1”: “{{q1}}” , // q1 is the question in the form
“q2”: “{{q2}}” ???
“meta”: {
“instanceID”: “uuid:{{_uuid}}” // uuid is the unique submission