Python Export Responses API Choice Text and Numeric | XM Community
Skip to main content
Question

Python Export Responses API Choice Text and Numeric

  • October 8, 2020
  • 1 reply
  • 194 views

Forum|alt.badge.img+3

I have a survey that I will export the responses via API using a python script. Some of the questions should be exported as numeric values but others should have choice text. I know how to specify this for the entire dataset setting "useLabels" equal to true or false - but is there a way to specify which questions I want numeric and which questions I want choice text?
I can do an export both ways and then select the columns from their proper format and this will get me what I need. Hoping there is an easier way though so I only have to export the data once.

1 reply

  • September 17, 2021

I had this same problem. Please let me know if you find a solution.