I managed to extract the Google Analytics data via lakehouse federation and the Big Query connection but the events table values are in a weird JSON format
{"v":[{"v":{"f":[{"v":"ga_session_number"},{"v":{"f":[{"v":null},{"v":"2"},{"v":null},{"v":null}]}}]}},{"v":{"f":[{"v":"blabla"},{"v":{"f":[{"v":null},{"v":"1"},{"v":null},{"v":null}]}}]}},{"v":{"f":[{"v":"ga_session_id"},{"v":{"f":[{"v":null},{"v":"XXXX"},{"v":null},{"v":null}]}}]}}]}
Does anyone have a good technique for parsing this data, or do I need to manually parse all these columns manually?
Many thanks!
Ana