kobotoolbox / kpi

kpi is the (frontend) server for KoboToolbox. It includes an API for users to access data and manage their forms, question library, sharing settings, create reports, and export data.
https://www.kobotoolbox.org
GNU Affero General Public License v3.0
133 stars 180 forks source link

OTHER field data not exporting in KPI #1351

Closed KashifMalick closed 3 years ago

KashifMalick commented 7 years ago

The problem occurs when you use a very specific syntax for "others", and more specifically when you append "or_other" to the select_one or select_multiple types of questions (instead of creating a dedicated text type line.

Example of problematic syntax:

type name label::English select_one HR_Cat or_other A_HR_Cat A.07. Are you a Humanitarian Affairs Officer (HAO) or an Information Management Officer (IMO)?

In that case, the export will show the choice "other", but there is no dedicated column for the specified other (see column AI or AJ) other

XLS Form: See row # 22 & 23 CompetencyMapping.xlsx

Link to Form: https://ee.kobotoolbox.org/x/#YT9o

Downloaded data in XL: Competency Survey - labels - 2017-06-20-11-08.xlsx

jnm commented 6 years ago

See https://github.com/kobotoolbox/formpack/issues/140

Kalyan-Lama commented 3 years ago

Community: https://community.kobotoolbox.org/t/allow-export-of-or-other-columns-before-retiring-legacy-xls-export/17342

joshuaberetta commented 3 years ago

Addressed in kobotoolbox/formpack#140