Skip to content

Commit e2d040b

Browse files
committed
Reapplying change
1 parent 21639ab commit e2d040b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/m/table-transformcolumns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Transforms the specified table by applying each column operation in a list.
2424
* `table`: The table to transform.
2525
* `transformOperations`: The transformations to make to the table. The format of this parameter is either { column name, transformation } or { column name, transformation, new column type }.
2626
* `defaultTransformation`: (Optional) The default transformation applied to all columns not listed in `transformOperations`.
27-
* `missingField`: (Optional) Specifies the expected action for missing values. If a column listed in `transformOperations` doesn't exist, an exception is thrown (`MissingField.Error`) unless this parameter specifies an alternative. Use one of the following values:
27+
* `missingField`: (Optional) Specifies the expected action for missing values. If a column listed in `transformOperations` doesn't exist, an error is raised (`MissingField.Error`) unless this parameter specifies an alternative. Use one of the following values:
2828
* `MissingField.UseNull`: Any missing fields are included as `null` values.
2929
* `MissingField.Ignore`: Any missing fields are ignored.
3030

0 commit comments

Comments
 (0)