I am creating an application on appsheet where in I am trying to bulk upload data to google bigquery through appsheet by uploading a csv file. The functionality is working fine if there is only 1 row in the csv file but if there are more records then bulk upload is failing
The restriction I have is that I can’t use google sheets for any work around.
I directly connected appsheet with google bigquery and tried to bulk upload data into bigquery by uploading csv file in appsheet but it failed.
I would guess the data in the upload doesn’t meet the type constraints for your database–your upload file has bad or incomplete data. Keep in mind that the upload file is processed sequentially, so if earlier entries are dependent on later entries, there will be problems.
It certainly sounds like it should be working. Unfortunately, I have no BigQuery experience. I’m afraid the best I can do at this point is refer you to Support.