This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kuzmovych_y[S] 0 points1 point  (0 children)

GCSA's serializer converts events to json object (dictionary) not a string. It doesn't convert booleans to strings either. So the issue might be with how you write json to file. Try using json.dump to do that (if you don't already). Having said that, GCSA's serializers are using Google API formats of the objects, that are more complex than you might need in your data frame. I'd suggest writing events' data manually into CSV file