Re: [go-nuts] Problem with code!

2016-11-28 Thread Sergio Hunter
I can't understand about "map", Could you explain me please? понедельник, 28 ноября 2016 г., 18:35:54 UTC+2 пользователь Shawn Milochik написал: > > The dates are just being appended without being checked for duplication: > > for userStats := range userStatsData.Dates { > date

[go-nuts] Problem with code!

2016-11-28 Thread Sergio Hunter
Hi everybody. I need help. When outputting data to a csv file, the dates is duplicated, but should merge and be counted. How to write correctly? Thanks. package main import ( "database/sql" "log" _"github.com/go-sql-driver/mysql" "compress/zlib" "bytes"

[go-nuts] Parsing JSON into Interfaces

2016-11-15 Thread Sergio Hunter
Hello everyone, Please help me understand how use interfaces. I need that from a JSON rows pulls the three parameters, count and unload data in CSV format with the columns Date, Revenue, Gold. package main import ( "database/sql" "log" _"github.com/go-sql-driver/mysql"

[go-nuts] Re: JSON parser

2016-11-13 Thread Sergio Hunter
I did my code, thanks all who help me. Next task, It is necessary then json string pulls out three parameters, counted and discharged into a CSV format with the columns Date, Revenue, Gold. package main import ( "database/sql" "log" _"github.com/go-sql-driver/mysql" "compress/zlib" "os" "fmt"

[go-nuts] Re: JSON parser

2016-11-11 Thread Sergio Hunter
;r":9.99,"g":200},"2010-11-20":{"gg":0,"r":4.99,"g":100}},"h":[{"d":"2011-06-22","wid":"1","g":100,"r":4.99},{"d":"2011-07-16","r":9.99,"

[go-nuts] Re: JSON parser

2016-11-10 Thread Sergio Hunter
sample data... > > Le jeudi 10 novembre 2016 18:33:10 UTC+1, Sergio Hunter a écrit : >> >> I agree with you) But what do i do with this, It's exactly the same error. >> >> четверг, 10 ноября 2016 г., 19:05:12 UTC+2 пользователь >> pierre...@gmail.com написал: &

[go-nuts] Re: JSON parser

2016-11-10 Thread Sergio Hunter
hite spaces: > https://play.golang.org/p/_LktUPDhYW > > Le jeudi 10 novembre 2016 17:52:21 UTC+1, Sergio Hunter a écrit : >> >> Thanks for your help. >> Do you know what it means? >> 2016/11/10 18:46:21 invalid character '\u0085' looking for beginning of >> val

[go-nuts] Re: JSON parser

2016-11-10 Thread Sergio Hunter
playground build (up to the > mysql driver not being found): > https://play.golang.org/p/_WfTMOd-s6 > > Le jeudi 10 novembre 2016 17:13:19 UTC+1, Sergio Hunter a écrit : >> >> The compiler generates an error >> >> Test.go:71: undefined: o >> Te

[go-nuts] Re: JSON parser

2016-11-10 Thread Sergio Hunter
NN > > Le jeudi 10 novembre 2016 16:36:21 UTC+1, Sergio Hunter a écrit : >> >> Thanks so much for your answer. >> I'll try to explain what I need. I have a field "data",inside field has >> compress rows and text data(json), I need decompress data,

[go-nuts] Re: JSON parser

2016-11-10 Thread Sergio Hunter
Thanks so much for your answer. I'll try to explain what I need. I have a field "data",inside field has compress rows and text data(json), I need decompress data, but my code begins to unpack the file to text and compiler generates an error. The logic is this: It reads "data" of the database, do

[go-nuts] JSON parser

2016-11-09 Thread Sergio Hunter
Please tell me how to properly finish the JSON parser, so when the line did not fall unzip the code? That is, when you compile the code meets the text rather than the archive, immediately falls. It is necessary to write to skip the line with the text. When I start the first line unpacks it, and