Skip to content

Commit a27cb7e

Browse files
Merge pull request #273741 from jonburchel/2024-04-29-fixes-github-issue-122066
Switch column order for Date/Time and Decimal columns.
2 parents f93d9a4 + 43dc39b commit a27cb7e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/data-factory/copy-activity-schema-and-type-mapping.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -278,17 +278,17 @@ Copy activity currently supports the following interim data types: Boolean, Byte
278278

279279
The following data type conversions are supported between the interim types from source to sink.
280280

281-
| Source\Sink | Boolean | Byte array | Decimal | Date/Time (1) | Float-point (2) | GUID | Integer (3) | String | TimeSpan |
282-
| ----------- | ------- | ---------- | ------- | ---------------------------- | ------------------------------ | ---- | -------------------------- | ------ | -------- |
283-
| Boolean | ✓ | | | | ✓ | | ✓ | ✓ | |
284-
| Byte array | | ✓ | | | | | | ✓ | |
285-
| Date/Time | | | | | | | | ✓ | |
286-
| Decimal | ✓ | | | | ✓ | | ✓ | ✓ | |
287-
| Float-point | ✓ | | | | ✓ | | ✓ | ✓ | |
288-
| GUID | | | | | | ✓ | | ✓ | |
289-
| Integer | ✓ | | | | ✓ | | ✓ | ✓ | |
290-
| String | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
291-
| TimeSpan | | | | | | | | ✓ | ✓ |
281+
| Source\Sink | Boolean | Byte array | Date/Time | Decimal | Float-point | GUID | Integer | String | TimeSpan |
282+
| ----------- | ------- | ---------- | ------------- | ------- | --------------- | ---- | ------------ | ------ | -------- |
283+
| Boolean | ✓ | | | ✓ | | | ✓ | ✓ | |
284+
| Byte array | | ✓ | | | | | | ✓ | |
285+
| Date/Time | | | ✓ | | | | | ✓ | |
286+
| Decimal | ✓ | | | ✓ | | | ✓ | ✓ | |
287+
| Float-point | ✓ | | | ✓ | | | ✓ | ✓ | |
288+
| GUID | | | | | | ✓ | | ✓ | |
289+
| Integer | ✓ | | | ✓ | | | ✓ | ✓ | |
290+
| String | ✓ | ✓ | ✓ | ✓ | | ✓ | ✓ | ✓ | ✓ |
291+
| TimeSpan | | | | | | | | ✓ | ✓ |
292292

293293
(1) Date/Time includes DateTime and DateTimeOffset.
294294

0 commit comments

Comments
 (0)