We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc66dfd + 605e5aa commit 7963a5dCopy full SHA for 7963a5d
getUdfContent.pq
@@ -1,6 +1,6 @@
1
(fnName as text) => let
2
Path = LoadPath & (if Text.End(LoadPath, 1) <> "\" then "\" else ""),
3
- File = Path & Text.Replace(fnName, "_", ".") & ".m",
+ File = Path & Text.Replace(fnName, "_", ".") & ".pq",
4
AltFile = Path & fnName & ".m", //just in case...
5
Source = Text.FromBinary(Binary.Buffer(
6
try File.Contents(File)
0 commit comments