Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapping STRING fields in double quotes when using bq extract #29

Open
othiam2 opened this issue Jan 26, 2022 · 0 comments
Open

Wrapping STRING fields in double quotes when using bq extract #29

othiam2 opened this issue Jan 26, 2022 · 0 comments

Comments

@othiam2
Copy link

othiam2 commented Jan 26, 2022

I'm encountering an issue when using bq extract command or just exporting table data into a Cloud storage bucket. I need to export all the fields surrounded by double quotes (")but I didn't find a way to do this.
When I manually put double quotes in data source ("field value") and export it using bq extract command, it surrounds data by 3 double quotes ("""field value"""), which is not what I need. Is there any way to do that ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant