@@ -278,17 +278,17 @@ Copy activity currently supports the following interim data types: Boolean, Byte
278
278
279
279
The following data type conversions are supported between the interim types from source to sink.
280
280
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 | | | | | | | | ✓ | ✓ |
292
292
293
293
(1) Date/Time includes DateTime and DateTimeOffset.
294
294
0 commit comments