Skip to content

Python code for extracting data from the Qualtrics API and posting to a MySQL database

Notifications You must be signed in to change notification settings

joseabraham-mena/qual2db

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

qual2db 3.0

A python package that pulls survey data from Qualtrics and transforms it in to a multi-table relational database (Surveys, Blocks, Questions, Choices, Answers, Respondents, Responses).

If using as a library, here is an example of how to run qual2db:

from qual2db.manager import SurveyManager

manager = SurveyManager()
manager.add_survey('SV_YOURSURVEYID')

To use the browser cherrypy powered gui run this from the command line:

python start-gui.py

About

Python code for extracting data from the Qualtrics API and posting to a MySQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.0%
  • CSS 3.6%
  • HTML 3.4%