Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for select_multiple in XLSForms #257

Merged
merged 11 commits into from
Jun 5, 2024
Merged

Add support for select_multiple in XLSForms #257

merged 11 commits into from
Jun 5, 2024

Conversation

rsavoye
Copy link
Collaborator

@rsavoye rsavoye commented Jun 3, 2024

Currently when converting from a CSV or JSON file from ODK Central, anything that was a select_multiple question had all the answers in a single string, requiring manual editing which is really tedious. This PR adds real support for select_multiple, and can be enhanced to also work with repeats.The big change in this PR is that now the XLSForm used to collect data is parsed to get all the data types right. This works with both the JSON format and the CSV format.

@rsavoye rsavoye added the enhancement New feature or request label Jun 3, 2024
@rsavoye rsavoye self-assigned this Jun 3, 2024
Copy link
Member

@spwoodcock spwoodcock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@spwoodcock spwoodcock merged commit a21dfc2 into main Jun 5, 2024
3 of 5 checks passed
@spwoodcock spwoodcock deleted the multi branch June 5, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants