Skip to content

Commit 7f4a7fb

Browse files
authored
Merge pull request #7290 from douglaslMS/ssis-odata-types
Added explicit list of supported types per email thread.
2 parents b7e7fc3 + 6522753 commit 7f4a7fb

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

docs/integration-services/data-flow/odata-source.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "OData Source | Microsoft Docs"
3-
ms.date: "03/01/2017"
3+
ms.date: "09/17/2018"
44
ms.prod: sql
55
ms.prod_service: "integration-services"
66
ms.reviewer: ""
@@ -21,17 +21,29 @@ ms.author: "douglasl"
2121
manager: craigg
2222
---
2323
# OData Source
24-
Use the OData Source component in an SSIS package to consume data from an Open Data Protocol (OData) service. The component supports the OData v3 and v4 protocols.
24+
Use the OData Source component in an SSIS package to consume data from an Open Data Protocol (OData) service.
25+
26+
## Supported protocols and data formats
27+
28+
The component supports the OData v3 and v4 protocols.
2529

2630
- For OData V3 protocol, the component supports the ATOM and JSON data formats.
2731

2832
- For OData V4 protocol, the component supports the JSON data format.
2933

34+
## Supported data sources
35+
3036
The OData source includes support for the following data sources:
3137
- Microsoft Dynamics AX Online and Microsoft Dynamics CRM Online
3238
- SharePoint lists. To see all the lists on a SharePoint server, use the following URL: http://\<server>/_vti_bin/ListData.svc. For more information about SharePoint URL conventions, see [SharePoint Foundation REST Interface](http://msdn.microsoft.com/library/ff521587.aspx).
3339

34-
> [!NOTE]
40+
## Supported data types
41+
42+
The OData source supports the following simple data types: int, byte[], bool, byte, DateTime, DateTimeOffset, decimal, double, Guid, Int16, Int32, Int64, sbyte, float, string, and TimeSpan.
43+
44+
To discover the data types of columns in your data source, check the `http://<OData feed endpoint>/$metadata` page.
45+
46+
> [!IMPORTANT]
3547
> The OData Source component does not support complex types, such as multiple-choice items, in SharePoint lists.
3648
3749
## OData Format and Performance

0 commit comments

Comments
 (0)