Skip to content

Commit 5cdc911

Browse files
authored
Merge pull request #300 from bgribaudo/patch-8
Table.TransformColumnTypes - Identifying which transformation functions are used
2 parents e0a4b07 + d1fe95c commit 5cdc911

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

query-languages/m/table-transformcolumntypes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Returns a table by applying the transform operations to the specified columns us
2121

2222
The type value in the `typeTransformations` parameter can be `any`, all of the `number` types, `text`, all of the `date`, `time`, `datetime`, `datetimezone`, and `duration` types, `logical`, or `binary`. The `list`, `record`, `table`, or `function` types aren't valid for this parameter.
2323

24+
For each column listed in `typeTransformations`, the ".From" method corresponding to the specified type value is normally used to perform the transformation. For example, if a `Currency.Type` type value is given for a column, the transformation function `Currency.From` is applied to each value in that column.
25+
2426
## Example 1
2527

2628
Transform the number values in the first column to text values.

0 commit comments

Comments
 (0)