datawiser / qual2db

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

Enable updates to work by end date along with Response ID #13

Open datawiser opened 7 years ago

datawiser commented 7 years ago

Updates currently pick up new ResponseIDs, but do not update existing responses that have been altered by the Retake Survey feature in Qualtrics. The ideal solution would both do the existing update to add new responses AND would update any existing responses with an End Date later than the last update's latest date.