datawiser / qual2db

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

Anonymous surveys don't have 'Name','EmailAddress','IPAddress','Status', #21

Open datawiser opened 6 years ago

datawiser commented 6 years ago

qual2db 2.0 fails with AttributeError in qualinterface.py line 225 (as of this date) because the headers array includes fields not present at all in the XML for anonymous surveys. qual2db 3.0 (or 3.0.x) should handle anonymous surveys seamlessly.