ibrigadir / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

ODK Collect can generate +Inf/-Inf/NaN values that will not parse upon submission to ODK Aggregate #1115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is possible for a form to emit numeric values for +/- infinity and NaN.

These do not parse in ODK Aggregate because Double.valueOf() doesn't parse them.

Original issue reported on code.google.com by mitchellsundt@gmail.com on 3 Mar 2015 at 4:50