Open TAPeri opened 6 years ago
trying a workaround
SELECT fullvisitorid, totals.pageviews, totals.sessions
FROM bigquery-public-data.google_analytics_sample.ga_sessions_20160830
LIMIT 10
Thanks for the workaround. I think that is good once we have reduced the number of features, but it is too cumbersome for initial exploratory analysis, as the original google analytics export has several more record fields, each with 10+ subfields
When I run a query that contains a a column of type STRING and a column of type RECORD column, only the STRING column shows up in the results.
When I export the result to CSV, the whole record is saved as a string (with json encoding) below the name of the record, but then additional empty columns are added to the csv for each of the record keys.