gana2188 / google-cloud-sdk

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

issues with BQ LOAD, csv source #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Create CSV file and store in bucket on Google Storage.  All CSV columns should 
be text delimited using double quotes.  In one field, place an asterisk.

What is the expected output? What do you see instead?
Expect load to complete and all fields loaded with double quotes removed.

With the asterisk present, the load will fail.  Remove the asterisk and load 
completes, however, the first field in the first row still contains double 
quotes!!!  All other fields ported correct

What is the output of 'gcloud version'?
current.  Installed 3 days ago.  (7/9/2014)

Please provide any additional information below.
Can supply file if needed.  Prefer not to share publicly

Original issue reported on code.google.com by Mendo...@gmail.com on 11 Jul 2014 at 5:02