Skip to content

Commit 8518a0e

Browse files
authored
Identifying transformation function used
1 parent 85d571b commit 8518a0e

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 in `typeTransformations`, the ".From" method corresponding to the specified type value is used to perform the transformation. For example, if a type value of `Currency.Type` is given for a column, the transformation function `Currency.From` will be 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)