datawiser / qual2db

Python code for extracting data from the Qualtrics API and posting to a MySQL database
8 stars 8 forks source link

Upgrade qual2db to Qualtrics API v3.x #5

Open datawiser opened 8 years ago

datawiser commented 8 years ago

Qualtrics' new API doesn't include getLegacyResponseData. Update qual2db to use new call(s)?

oaselles commented 7 years ago

I've started working on this first because the new API is pretty different and much better. As I work on this I'll tackle the other problems like the recoding issue along the way!

oaselles commented 7 years ago

BTW I'm working in the development branch.