sijocherian / google-bigquery

Automatically exported from code.google.com/p/google-bigquery
0 stars 0 forks source link

force quotes for STRING fields in a JobConfigurationExtract for BigQuery? #167

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
This is a request submitted as a result of a StackOverflow question.

http://stackoverflow.com/questions/26337923/can-i-force-quotes-for-string-fields
-in-a-jobconfigurationextract-for-bigquery/26343991?iemail=1&noredirect=1#263439
91

The text below has been copied from my question at Stackoverflow:
"There is a table we would like to export to a customer by means of a 
JobConfigurationExtract to Google Cloud Storage using Java. I encounter an 
issue when exchanging CSV information with a customer. The customer is forced 
to receive CSV files separated by a comma. String fields should always have 
surrounding quotes.

I noticed that, by default, no quotes are added. I also noticed that in the 
query explorer, quotes are added when a delimiter is present in one of the data 
values."

Kind regards,

Rene

Original issue reported on code.google.com by dekk...@gmail.com on 14 Oct 2014 at 4:24