PovertyAction / odkmeta

Stata -odkmeta- program for importing ODK data
MIT License
17 stars 11 forks source link

Add support for -import delimited- #7

Open matthew-white opened 10 years ago

matthew-white commented 10 years ago

odkmeta uses insheet to import the ODK .csv data. Yet there are known bugs with insheet (e.g., involving embedded double quotes) that Stata 13's import delimited fixes. For users of Stata 12-, we should continue to allow the use of insheet, but for those who do have Stata 13, we should add support for import delimited.

boyercb commented 8 years ago

I think this may be a priority for IPA. We are slowly switching to Stata 14 which has dropped support for insheet.

boyercb commented 8 years ago

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.