Add the includeInterviewerData option to the interviews stream query. If set to true, it will return whether the interview was created by an interviewer and the number of interviewer who touched this interview.
This adds the _interviewer_count and _interviewer_created columns to
the exported interviews' csv file.
Also add the project shortname to the exported file names.
Add the
includeInterviewerData
option to the interviews stream query. If set totrue
, it will return whether the interview was created by an interviewer and the number of interviewer who touched this interview.This adds the
_interviewer_count
and_interviewer_created
columns to the exported interviews' csv file.Also add the project shortname to the exported file names.