-
Notifications
You must be signed in to change notification settings - Fork 76
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
More validation of entity property names #688
Comments
9 tasks
Yes, but it's ok for property names to include periods (part of valid XML identifiers) but not dataset names (so it's easier to have .csv, .zip, etc exports) |
2 tasks
Tested with Success! |
1 similar comment
Tested with Success! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to do a little more validation of entity property names. pyxform also does that validation, so this issue is for after v2022.3.
What we do today:
name
orlabel
.(Not yet implemented:) We should also require that property names:
_
, can only include letters, numbers,-
,_
,.
)__
This is similar to (the same as?) some of the validation that we do today for dataset names.
Notes for the QA team
pyxform has already been doing this validation for XLSForms. Now we are also doing this validation for XML XForms. It'd be good to verify that this validation happens when an XML XForm is uploaded.
The text was updated successfully, but these errors were encountered: