Relative Content

Tag Archive for sqlgoogle-cloud-platformgoogle-bigquery

Google BigQuery Alter Column Name During Load

I’m loading JSON data into BigQuery. The JSON contains various structs which in turn contain a numnber of STRING fields. I can parse 99% of what I need, but getting stuck with one of the remaining columns. The reason being that the column name contains both a space and a hyphen. Both of which are a no no in Big Query (until the flexible column naming support goes GA).

Google BigQuery Alter Column Name During Load

I’m loading JSON data into BigQuery. The JSON contains various structs which in turn contain a numnber of STRING fields. I can parse 99% of what I need, but getting stuck with one of the remaining columns. The reason being that the column name contains both a space and a hyphen. Both of which are a no no in Big Query (until the flexible column naming support goes GA).