Is there a way to import ODK Central's OData Feed into Stata? https://docs.getodk.org/central-api-odata-endpoints/
There are packages for Excel, Power BI or Tableau, R, and Python, but nothing for Stata. I'm trying to think of a simple way to do this because my current solution is inelegant:
There are packages for Excel, Power BI or Tableau, R, and Python, but nothing for Stata. I'm trying to think of a simple way to do this because my current solution is inelegant:
- Setup Excel Power Query to import OData into XLS
- Use Refresh to update XLS worksheet with latest OData
- Save XLS
- Use Stata -import excel- to pull XLS data into Stata.
Comment