we have 400 subject entries that we need to import into Kobo, from previously collected data. is there a way of importing it en masse, to join the ongoing entries from Kobo, instead of entering the 400 subjects individually?
I’m only a user, but it is possible to post submissions using the API. I don’t have time currently to properly describe how, but it definitely works. There are also ways to do batch imports. One is using the API, and to push a CSV files with your data. The data has to be quite simple, it cannot contain groups and repeating questions IIRC.
Another way that should work is to use https://opendatakit.org/use/briefcase/. Create one submission on an Android device, check out the created files and folders and then create additional XML files for your submissions and push them (you will probably also have to edit the sqlite database that ODK/KoBoCollect creates). I haven’t tried that approach myself though.
I would say the CSV import functionality of the API is easier if your data is not complex.
Sorry I don’t have the time to describe it better, but with that as pointers hopefully you can work something out.
So are you saying that you can interact with KoboCollect using https://opendatakit.org/use/briefcase/. How do you upload these files into KoboToolbox. Is there a way to access the database of your organization within KoboCollect?
Yes, AFAIK that should work. The easiest way is to access your KoBoCollect data is to export the KoBoCollect folder (/sdcard/odk) from your Android device. You can simply use a file manager that supports creating zip files (e.g. this one: https://play.google.com/store/apps/details?id=com.rhmsoft.fm) and then send the zip file to yourself using Email.
But I think in general CSV import should be easier, because with the briefcase application you will have to create individual XML files for all submissions and update the database - I think.
Both ways should be possible though (CSV only with “flat” data).
So are you saying that you can interact with KoboCollect using https://opendatakit.org/use/briefcase/. How do you upload these files into KoboToolbox. Is there a way to access the database of your organization within KoboCollect?
–
You received this message because you are subscribed to the Google Groups “Kobo Users” group.
@Jesaja I have reread I think I am still missing how you are able to import using CSV… I think I must have missed something. Where do you go about importing a CSV?
@Jesaja I have reread I think I am still missing how you are able to import using CSV… I think I must have missed something. Where do you go about importing a CSV?
–
You received this message because you are subscribed to the Google Groups “Kobo Users” group.
Please see the support article on Manually Uploading Submissions which should solve you with uploading the collected data (from KoBoCollect mobile app as well as Enketo) to KoBoToolbox.
Please see the support article on Manually
Uploading Submissions which should solve you with uploading the collected data (from KoBoCollect mobile app as well as Enketo) to KoBoToolbox.
Hey. I’ve already read the article too, but I’m having some troubles exporting the web form data that is previously full-filled in chrome navigator from an Iphone. I don’t know where the downloaded file is (although the page sends a message saying that a zip file was created).
Hi @ppmjr12020
I noticed that you have asked the same question on a different thread. Currently, the only workaround is using python as discussed below