1 year ago

#75647

test-img

Mee

how to make BQ extract from table to GCS files use encoding utf-8

I am trying to run a bq job that that does the export to GCS files, how can I make it to extract them with encoding UTF-8

the part am using to extract is:

new JobConfigurationExtract()
      .setSourceTable(sourceTableReference)
      .setDestinationFormat("CSV")
      .setDestinationUris(ImmutableList.of(destinationUri))

how can I configure this to use UTF-8 encoding?

google-cloud-platform

utf-8

google-bigquery

google-cloud-storage

0 Answers

Your Answer

Accepted video resources