You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like some fields are called accessionNumber, and they are a javascript number
`````` "accessionNumber":6.1038```
and some are strings
"accession":"50.135.4"
not sure if it should revert to being strings because i wonder if multiple . in automatic number conversions are disallowed. I would lean towards making it a string - hard to process but correct data is better than bad data, and most accession numbers are for identification purposes first, sorting second...
The text was updated successfully, but these errors were encountered:
according to https://twitter.com/mdammers/status/593830388000227328
http://scrapi.org/object/436657 is the test case
it looks like some fields are called accessionNumber, and they are a javascript number
`````` "accessionNumber":6.1038```
and some are strings
"accession":"50.135.4"
not sure if it should revert to being strings because i wonder if multiple . in automatic number conversions are disallowed. I would lean towards making it a string - hard to process but correct data is better than bad data, and most accession numbers are for identification purposes first, sorting second...
The text was updated successfully, but these errors were encountered: