Open matthew-white opened 10 years ago
I think this may be a priority for IPA. We are slowly switching to Stata 14 which has dropped support for insheet
.
In which case, I'd argue for the following: odkmeta
defaults to using import delimited
and has an option to use insheet
, as opposed to the reverse.
odkmeta
usesinsheet
to import the ODK.csv
data. Yet there are known bugs withinsheet
(e.g., involving embedded double quotes) that Stata 13'simport delimited
fixes. For users of Stata 12-, we should continue to allow the use ofinsheet
, but for those who do have Stata 13, we should add support forimport delimited
.