json.JSONException: JSONObject["BigQuery Schema"] not found

Please assist. I am trying to load data from Google Bucket to a table in Bigquery. I am getting the above error. The codes i am using are:

Blockquote{
“Bigquery Schema”: [
{
“name”: “id”,
“type”: “STRING”
}

]
}

Blockq

function transform(line) {
var values = line.split(‘,’);

var obj = new Object();

obj.id = values[0];

var jsonString = JSON.stringify(obj);

return jsonString;
}

Blockquote

uote

Hi @yrstrulysa,

I think you ended up in the wrong community. This forum is about JSON Forms, a form rendering library unrelated to GCS or BigQuery.