evilGmonkey / opendatakit

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

BigDecimal Truncation for streaming to external services #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The BigDecimal conversion to string to send to the external services causes a 
large amount of decimal places to be used that is most likely not accurate. 
Should probably do the same thing the UI does.

Original issue reported on code.google.com by wbrune...@gmail.com on 30 Aug 2011 at 12:06

GoogleCodeExporter commented 9 years ago
Mitch,

Would your fix today address this?

Original comment by wbrune...@gmail.com on 10 Sep 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Yes, the fix Friday would resolve this issue -- for GAE, no more than 10 digits 
would be forwarded to the external service.

Original comment by mitchellsundt@gmail.com on 12 Sep 2011 at 5:50