Skip to content

Commit 90b254b

Browse files
committed
add data type mapping section
1 parent e52310b commit 90b254b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/data-factory/connector-quickbooks.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,21 @@ To copy data from QuickBooks Online, set the source type in the copy activity to
238238

239239
The Copy Activity in the service cannot copy data directly from Quickbooks Desktop. To copy data from Quickbooks Desktop, export your Quickbooks data to a comma-separated-values (CSV) file and then upload the file to Azure Blob Storage. From there, you can use the service to copy the data to the sink of your choice.
240240

241+
## Data type mapping for Quickbooks
242+
243+
When you copy data from Quickbooks, the following mappings apply from Quickbooks's data types to the internal data types used by the service. To learn about how the copy activity maps the source schema and data type to the sink, see [Schema and data type mappings](copy-activity-schema-and-type-mapping.md).
244+
245+
| Quickbooks data type | Interim service data type (for version 2.0) | Interim service data type (for version 1.0) |
246+
|:--- |:--- |:--- |
247+
| String       | string            | string                 |
248+
| Boolean      | bool              | bool                   |
249+
| DateTime     | datetime          | datetime               |
250+
| Decimal      | decimal (15,2)    | decimal (15, 2)        |
251+
| Enum         | string            | string                 |
252+
| Date         | datetime          | datetime               |
253+
| BigDecimal   | decimal (15,2)    | Decimal (15, 2)        |
254+
| Integer      | int               | int                    |
255+
241256
## Lookup activity properties
242257

243258
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).

0 commit comments

Comments
 (0)