You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ignore this step, it's just "enter-data" which is JSON
3
+
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WSspPUtJRyi9KzEtPVUjKKU0F8hKVYnWilbJS84DsotQUIJmkFBsLAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#" User " = _t, #" Color " = _t, #" has Newline #(lf)#(lf)" = _t]),
4
+
5
+
/*
6
+
Visualize which exact characters exist in your header. these are codepoints as hex.
// ignore this step, it's just "enter-data" which is JSON
3
+
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WSspPUtJRyi9KzEtPVUjKKU0F8hKVYnWilbJS84DsotQUIJmkFBsLAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#" User " = _t, #" Color " = _t, #" has Newline #(lf)#(lf)" = _t]),
4
+
5
+
// the real code
6
+
#"Cleanup Blank ColumnNames" =
7
+
Table.TransformColumnNames( Source, each Text.Trim( _ ) )
0 commit comments