-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
difrent reslutat in this same code #72
Comments
Hi Paul, this is actually due to a change in how |
Hi Paul - the fix for this should have just been merged into Julia master. Could you update Julia and see if it fixed it for you? If you're using the pre-built nightlies, you may need to wait a day or two for the change to be included. |
Thx, but no JSON no updated : Version 0.3.0-prerelease+3556 (2014-06-08 10:20 UTC) julia> Pkg.checkout("JSON") And the result is also no row by row only like this : 375865921,Dict{String,Any} with 1 entry: Paul. W dniu 2014-06-09 18:49, Matt Bauman pisze:
|
You need to update and rebuild Julia itself, not the JSON package. |
I download Julia and Install on win 7. I W dniu 2014-06-09 19:36, Matt Bauman pisze:
|
Ah, ok, then you'll need to wait until the nightly is updated. Perhaps give it a shot tomorrow. |
THX ;)
|
This seems resolved |
o=open("file.json")
writecsv("o.txt",JSON.parse(o))
yesterday result was like :
rows by rows
357157182,["2013-10-04 12:22:40"=>["realtimeData"=>["intentionTags"=>{},....
344534426,["2013-10-04 15:46:36"=>["realtimeData"=>["intentionTags"=>{},
375559358,["2013-10-04 10:08:52"=>["realtimeData"=>["intentionTags"=>{}
today this same code and another result ... I prefer this first format. How I can do it ?
375865921,Dict{String,Any} with 1 entry:
"2013-10-04 14:27:45" => Dict{String,Any} with 4 entries:
"pixel" => "2"
"visitedWebsites" => {}
"data" => nothing
"realtimeData" => Dict{String,Any} with 4 entries:
"groups" => {}
"intentionTopics" => {}
"intentionTags" => {}
"tags" => {}
376089742,Dict{String,Any} with 1 entry:
"2013-10-04 19:01:41" => Dict{String,Any} with 4 entries:
"pixel" => "2"
"visitedWebsites" => {Dict{String,Any} with 3 entries:
"created_at" => "2013-10-04 17:15:31"
Paul
The text was updated successfully, but these errors were encountered: