You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: query-languages/m/table-transformcolumns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Transforms the specified table by applying each column operation in a list.
24
24
*`table`: The table to transform.
25
25
*`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 }.
26
26
*`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:
28
28
*`MissingField.UseNull`: Any missing fields are included as `null` values.
29
29
*`MissingField.Ignore`: Any missing fields are ignored.
0 commit comments