Skip to content

Commit 6da86ed

Browse files
authored
Update data-flow-cast.md
1 parent c9277cd commit 6da86ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-cast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To modify the data type for columns in your data flow, add columns to "Cast sett
3131
**Type:** Choose the data type to cast your column to. If you pick "complex", you can then select "Define complex type" and define structures, arrays, and maps inside the expression builder.
3232

3333
> [!NOTE]
34-
> Support for complex data type casting from the Cast transformation is currently unavailable. Use a Derived Column transformation instead.
34+
> Support for complex data type casting from the Cast transformation is currently unavailable. Use a Derived Column transformation instead. In the Derived Column, type conversion errors always result in NULL and require explicity error handling using an Assert. The Cast transformation can automatically trap conversion errors using the "Assert type check" property.
3535
3636
**Format:** Some data types, like decimal and dates, will allow for additional formatting options.
3737

0 commit comments

Comments
 (0)