sijocherian / google-bigquery

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

Base64 decode & encoding functionality #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We would love to see the ability to encode and decode with regards to BASE64.

Something like
BASE64_DECODE(CURRENT_VALUE)
BASE64_ENCODE(CURRENT_VALUE)

BASE64_DECODE('R29vZ2xlIEJpZ1F1ZXJ5') -> Google BigQuery
BASE64_ENCODE('Google BigQuery') -> R29vZ2xlIEJpZ1F1ZXJ5

Original issue reported on code.google.com by hog...@gmail.com on 27 Oct 2014 at 6:23

GoogleCodeExporter commented 9 years ago
Thanks for the suggestion--we'd like to add this too.

Original comment by jcon...@google.com on 27 Oct 2014 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by jcon...@google.com on 27 Oct 2014 at 7:12