Welcome to the

Google Workspace for Admins Community

Meet industry peers, ask questions, collaborate to find answers, and connect with Googlers who are making the products you use every day.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 1
Since ‎01-31-2022
‎08-12-2022

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

gpandolfino's Bio

Badges gpandolfino Earned

View all badges

Recent Activity

I need to export data of a BigQuery table into CSV on Google Cloud Storage.I used the following:EXPORT DATA OPTIONS( uri=concat(path_file_output,'_*.csv'), format='CSV', overwrite=true, header=true, field_delimiter=';' ) AS SELECT * FROM my_bigquery_...