I'm using npm BigQuery module for inserting data into bigquery. I have a custom field say params which is of type RECORD and accept any int,float or string value as a key value pair. How can I insert to such fields?
Looked into this, but could not find anything useful [https://cloud.google.com/nodejs/docs/reference/bigquery/1.3.x/Table#insert]