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: articles/data-factory/copy-activity-schema-and-type-mapping.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: jianleishen
6
6
ms.subservice: data-movement
7
7
ms.custom: synapse
8
8
ms.topic: conceptual
9
-
ms.date: 09/25/2024
9
+
ms.date: 03/21/2025
10
10
ms.author: jianleishen
11
11
---
12
12
# Schema and data type mapping in copy activity
@@ -289,7 +289,7 @@ The following data type conversions are supported between the interim types from
289
289
| String | ✓ | ✓ | ✓ | ✓ | | ✓ | ✓ | ✓ | ✓ |
290
290
| TimeSpan | | | | | | | | ✓ | ✓ |
291
291
292
-
(1) Date/Time includes DateTimeand DateTimeOffset.
292
+
(1) Date/Time includes DateTime, DateTimeOffset, Date and Time.
293
293
294
294
(2) Float-point includes Single and Double.
295
295
@@ -308,9 +308,11 @@ The following properties are supported in copy activity for data type conversion
308
308
| *Under `typeConversionSettings`* | | |
309
309
| allowDataTruncation | Allow data truncation when converting source data to sink with different type during copy, for example, from decimal to integer, from DatetimeOffset to Datetime. <br>Default value is true. | No |
310
310
| treatBooleanAsNumber | Treat booleans as numbers, for example, true as 1.<br>Default value is false. | No |
311
+
| dateFormat | Format string when converting between dates and strings, e.g. `yyyy-MM-dd`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
311
312
| dateTimeFormat | Format string when converting between dates without time zone offset and strings, for example, `yyyy-MM-dd HH:mm:ss.fff`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
312
313
| dateTimeOffsetFormat | Format string when converting between dates with time zone offset and strings, for example, `yyyy-MM-dd HH:mm:ss.fff zzz`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
313
314
| timeSpanFormat | Format string when converting between time periods and strings, for example, `dd\.hh\:mm`. Refer to [Custom TimeSpan Format Strings](/dotnet/standard/base-types/custom-timespan-format-strings) for detailed information. | No |
315
+
| timeFormat | Format string when converting between time and strings, e.g. `HH:mm:ss.fff`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
314
316
| culture | Culture information to be used when convert types, for example, `en-us` or `fr-fr`. | No |
0 commit comments