Hi,
We are currently extracting all the data from Zendesk to our warehouse in BigQuery to do some further analysis and visualization.
The problem: the ticket_fields has some custom fields column where our agents define the 'Category' of the problem the customer is facing when he contacts us. This can be related to a defined list of things and is basically a drop-down. Unfortunately, we can't find any way to join via SQL this column with our tickets table.
What do we want: we want to join both tables in our data warehouse so we get the Category for each ticket created, which will allow us to do some meaningful analysis.
Could someone assist?


If the data isn't presented from our API in a way that you're ready to ingest, you may need to transform the data on your side before it's ready to use. This is a very large topic and completely outside the scope of anything that we do here at Zendesk, but you can check articles like this to get you moving in the right direction. I don't know your specific use-case, so this isn't a solution per se, this is just introducing you to the idea that data you may need to perform additional work on the raw data before it's ready to be used.