Closed sckott closed 6 years ago
Hi Scott,
This is ancient business for which I just found an unsent response. Sorry about the delay. The behavior you are seeing reflects the native data types in the App Engine index. You can see the full suite of data types beginning at the following line of code:
https://github.com/VertNet/dwc-indexer/blob/master/index_utils.py#L141
The data types were set to make sure that no incoming data were lost, even if they did not comply with pre-conceived notions of the data types that ought to be in those fields.
okay
Possible to fix value types in API response? e.g.
most numeric values are characters instead, although I do see some numerics that are returned as numerics (just the
rank
field i think)