datawiser / qual2db

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

Clean up data loading user feedback #11

Open datawiser opened 7 years ago

datawiser commented 7 years ago

For large surveys, current code generates a huge scrolling list counting up rows inserted by 1000s. It would be helpful to report the total number of rows to insert in advance and then just to count up to 100%, keeping the output to a couple lines.