Splitting a string in BigQuery works pretty much the same as in Excel. SPLIT works in a similar way as its Excel cousin TEXTSPLIT - taking a string to be split and a delimiter (can be multiple characters), and returns an array of elements. You can ac...
datawise.dev1 min read
No responses yet.