Skip to content

Commit 64a7eae

Browse files
authored
Update Table.AutoExpandTableColumn.pq
1 parent b676d12 commit 64a7eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Xml/Table.AutoExpandTableColumn.pq

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Table.AutoExpandTableColumn = (source as table, columnName as text ) =>
88
not Text.StartsWith( item, "http://", Comparer.OrdinalIgnoreCase ) ),
99

1010
prefixedNames = List.Transform( filteredNames, each expandColumnName & "." & _ ),
11-
return = Table.ExpandTableColumn( source, columnName, allNames, filteredNames )
11+
return = Table.ExpandTableColumn( source, columnName, filteredNames, prefixedNames )
1212
in
13-
return
13+
return,

0 commit comments

Comments
 (0)