Hi,
Just wondered if someone can give me a bit more information on ;
TableTransfromcolumntypes and table.transformcolums, they both seem to do the same thing;
I've not really used them and wondered where one might be preferable over the other?
Richard.
Just wondered if someone can give me a bit more information on ;
TableTransfromcolumntypes and table.transformcolums, they both seem to do the same thing;
Excel Formula:
Table.TransformColumns( Source , { {"One", Text.From }} )
Table.TransformColumnTypes ( Source , {{ "One", type text}} )
I've not really used them and wondered where one might be preferable over the other?
Richard.