'TRIM' or 'PROPER' in BigQuery -
is there way normalize strings in bigquery?
my dataset looks like:
alfa beta
alfa beta
alfa beta //with space after 'beta'
by can use lower or upper normalize letters don't know how eliminate spaces before , after text. bigquery have function 'trim' in excel?
bigquery have ltrim
(trims spaces left) , rtrim
(trims spaces right) functions. (strings functions documentation @ https://cloud.google.com/bigquery/query-reference#stringfunctions missed them, fix shortly).
Comments
Post a Comment