You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a CSV that has select multiples within a repeating section split, the split select multiples are not flattened and the resulting XML file has the multiples split
Expected behavior
Split select multiples within a repeating section should be flattened during a CSV import
Steps to reproduce the behavior
Create a form that has select multiples within a repeating section.
Make submissions to the form
Export the submissions into a CSV with the select multiples split and edit the submissions.
Import the CSV edited in the previous step
Export the submissions into a CSV without the select multiples split. A select multiple question within a repeating section that previously had values will now have a value of n/a
Visiting the endpoint https://api.ona.io/api/v1/data/<form_id>, you will notice that the select multiple question has the values split. See screenshot below
Environmental Information
Problem description
When importing a CSV that has select multiples within a repeating section split, the split select multiples are not flattened and the resulting XML file has the multiples split
Expected behavior
Split select multiples within a repeating section should be flattened during a CSV import
Steps to reproduce the behavior
https://api.ona.io/api/v1/data/<form_id>
, you will notice that the select multiple question has the values split. See screenshot belowAdditional Information
Sample form and CSV
multiples-group-repeat.xlsx
csv_import_multiple_split_group_repeat.csv
The text was updated successfully, but these errors were encountered: