ODKmeta is good command but that belongs to Stata, so you need to post this question into StataList that is StataForum.
You can check below link that can helpful:
I used Kobotoolbox and am now trying to get my data into STATA 14.2 using odkmeta. I’ve gotten pretty far, but now I’m getting an error when I run the import do file odkmeta created when it gets to my first variable with a text response (the first “please specify other”).
Here is the section of the do file that precedes the error:
Import ODK attributes as characteristics.
insheet using "mydata.csv", comma nonames clear
local fields
foreach var of varlist _all {
local field = trim(var'[1])…
I have discover the odkmeta command for stata but i can not use it
correctly. I always have problems in forms where there is repeting question.
Please help me
Hi @monica.vargas , I am working on ODKmeta command , i found this very interesting as i am a person who is using Stata most and from past 4 years my team is using ODK and than i am doing all kind of work in Stata so i can manage dataset easily. Labeling is consuming maximun time in Stata.
Could you help me in this.
I am have 3 tabs in ODK form 1 survey 2 choices 3 settings.
Could you tell me how i can use ODKmeta command? I gone through with manual but that was not working.
I have survey data and in it were repeat groups. using odkmeta i now have
several stata files. I want to merge and link individuals listed in the
group repeats with thier households, but that data didn't carry over into
all data sets odkmeta created. any thoughts?