Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:10 PM - edited 01-06-2025 12:11 PM
Hi @KristiLogos ,
I had the same problem as you, but in my case I was extracting ga4 data from big query using ADF.
Try to use following code for every column that has JSON content.
select TO_JSON_STRING(items) as jsondata FROM ...
The result will contain the proper names instead of the "v" names.