I have created 116 surveys under my account. All the surveys have 50 similar questions with different images presented. I wanted to know if there is a way to export the responses of all the surveys to a single CSV file.
Asked
Active
Viewed 347 times
0

A user
- 1,060
- 3
- 19
- 47

AKSHAYAA VAIDYANATHAN
- 2,715
- 7
- 30
- 51
-
You should consider looking at the SurveyMonkey docs, because this is a third party – VladNeacsu Jul 25 '17 at 10:00
-
Assuming you have a way to identify the similar questions as being "the same" question, then all the tools are available to do that with the SurveyMonkey API (https://developer.surveymonkey.com/api/v3/) – General Kandalaft Jul 25 '17 at 23:16
-
The real problem will be the question names in the exported csv files. You could use python pandas or R `dplyr` to `bind_rows` quite easily, if they headers of the csv files were equal. – Brandon Bertelsen Nov 25 '18 at 10:57