Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ninmonkey committed Jul 25, 2024
1 parent b812c55 commit b125190
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified forumQuestions/2024-07 - Split By Sofa Name.pbix
Binary file not shown.
2 changes: 1 addition & 1 deletion forumQuestions/pq/2024-07 - Split By Sofa Name.pq
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let
"2024-07 - Split By Sofa Name.pbix"
"pq/2024-07 - Split By Sofa Name.pq"
*/
Json = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("TY7LDoJADEV/pWGNK/0BwegKJRkTF4RFlQITZ6jOYyHh4y0mEDc3vcnpaasqObMLPShuEXbgCQM52IDTXR9ggoKHEVNQODTSbr0OBC/dWRoCNXDRRpLxKQQbPSNXle+TOq2SUjuE7WL0s38SSpvVVpBl94Ejo5WWs2mWOTP4eILEO5KTCz4QmX/5L04O71BybOVfZdHMRIZ6pBQO0QexRFqX6i8=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"Full Name" = _t]),
Json = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("TY7NCoJQEEZfZXBtq3qBLGplCQYtxMVUow7e69T9WSQ+fGOQtDnwwZnDVFVyEhc6KKVB2IAnDORgBY7bLsAEuQwjplDi8NB17TgQPLm1NAR6wJmNUrBXQwzPyqXcbZM6rZKCHcL6V/Rzf1KLzVLLyYp7w0HQ6soM3ntQvCI5rfpAZP6DXxwd3qCQ2OiPpUUzGxnySCnsow9aibQc1R8=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"Full Name" = _t]),
Source = Table.TransformColumnTypes( Json ,{{"Full Name", type text}}),
/*
about: custom splitting by delimiter "|"
Expand Down

0 comments on commit b125190

Please sign in to comment.