-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Is your feature request related to a problem? Please describe.
I want to split the checkbox answers to separate column to be able to input the data to spss etc in the future.
Describe the solution you'd like
Instead of having column header as "Question Name" and the value in the cell as ["Item 1", "Item 2"] I want to see something like "Question Name_Item 1" and "Question Name_Item 2" as columns and 1 in the first cell as value and 2 in the second. It can be done with an option such as flattenCheckboxOptions: true
Describe alternatives you've considered
I can flatten everything myself before downloading the excel but the library should have this option because it exists for matrices anyway. Moreover, this is a standard in the research world.