I've been successfully exporting GCloud SQL to CSV with its default delimiter ",". I want to import this CSV to Google Big Query and I've succeed to do this.
However, I'm experiencing a little problem. There's "," in some of my cell/field. It causes Big Query import process not working properly. For Example:
"Budi", "19", "Want to be hero, and knight"
My questions are:
- Is it possible to export Google Cloud SQL with custom delimiter e.g. "|"?
- If not, how to make above sample data to be imported in Google Big Query and become 3 field/cell?
Cheers.