Skip to main content

Steps

  1. From the BigQuery SQL Workspace, find and click the blue “+ ADD” button above your data explorer
  2. In the pane that opens select the location of the file you wish to upload. For a CSV file from your local machine, select “Local file”
  3. In the upload form, select the file you wish to upload
  4. Select “CSV” as the File format
  5. Specify the project, dataset, and table names where would like it to appear in your BQ instance
  6. You can manually specify the schema or select “Auto detect” to allow BigQuery to use the column names as they appear in the CSV
  7. Once you’ve done the above, click the “CREATE TABLE” button
  8. You can now search for your table and query its contents from your data explorer
To join the uploaded table to your SourceMedium tables, start with BigQuery essentials.