shrutikohli / yourtwapperkeeper

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

JSON export has IDs in exponential notation #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://groups.google.com/group/yourtwapperkeeper/browse_thread/thread/a95875eeae
9b3b85

"Unfortunately the ids are 
for some reason in exponential form. 
For example, the id 49602410376736768 is represented as 
"4.9602410376737E+16" in json (as a string). As you see, it is also 
rounded and therefore missing the last 3 digits. 
I checked the SQL and noted that the id is represented with a bigint 
corresponding to 20 digits, hence it should be ok in the database 
unless something goes wrong already when harvesting the tweets. "

Original issue reported on code.google.com by tur...@gmail.com on 3 Nov 2011 at 6:14