-
Notifications
You must be signed in to change notification settings - Fork 71
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
ODK Collect can generate +Inf/-Inf/NaN values that will not parse upon submission to ODK Aggregate #1116
Comments
|
Migrated to opendatakit/aggregate#63 (comment) by spacetelescope/github-issues-import Is there a way forward to resolve this? Enketo Aggregate responds with a 500 error if 'NaN' is the value for an integer field. |
…ty, and NaN for decimal and integer types getodk/getodk#1116
This workaround doesn't really solve much, because calculations (for now) always have type=string in XLSForms. The only use case for the ODK Aggregate bug that it works around is where a readonly decimal or integer input has a calculation attached to it, or a handcoded XForm that has type=integer, or type=decimal for a calculation. Too obscure to work around. getodk/getodk#1116
added: optional ability to add repeat ordinal attributes to model in enketo namespace changed: alidation logic refactored and behaviour for required field validation sligthly changed. If a required has a value and is then emptied, the background will turn red. removed: workaround for ODK Aggregate bug getodk/getodk#1116 because it doesn't really solve anything. fixed: fragile namespace handling in model.
added: optional ability to add repeat ordinal attributes to model in enketo namespace changed: validation logic refactored and behaviour for required field validation sligthly changed: if a required has a value and is then emptied, the background will turn red. removed: workaround for ODK Aggregate bug getodk/getodk#1116 because it doesn't really solve anything. fixed: fragile namespace handling in model.
|
Migrated to opendatakit/aggregate#63 (comment) by spacetelescope/github-issues-import I don't have time to look at this. From my ODK 2.0 work, I found that the code needs to do a Not sure where this problem is happening. Does it happen across all On Mon, Aug 15, 2016 at 11:06 AM, Martijn van de Rijdt <
Mitch Sundt |
|
Migrated to opendatakit/aggregate#63 (comment) by spacetelescope/github-issues-import I have changes in ODK Aggregate (1.4.13) to allow this to work in Google AppEngine. |
|
Migrated to opendatakit/aggregate#63 (comment) by spacetelescope/github-issues-import That's great! All set for calculated integers and decimals now. |
Migrated to getodk/aggregate#63 by spacetelescope/github-issues-import
Originally reported on Google Code with ID 1115
Reported by
mitchellsundton 2015-03-03 16:50:29The text was updated successfully, but these errors were encountered: