OData

Description

Used for importing data from an OData service.

Task Type Support

This connection type supports the following task types:

  • Data Migration

Data Migration Support

This connection can be used in a Data Migration.

Usable as Source Usable as Target Usable as Incremental Source Usable as Incremental Target

Connection String Templates

Template Name Description
OData (No Authentication) The standard OData connection string for working with unauthenticated endpoints.
OData (Basic Authentication) The OData connection string for working with Basic/Digest authentication.
OData (Authorization Header) The OData connection string for working with endpoints secured by tokens passed in the Authorization header.

Connection Notes

  • Providing multiple headers to the CustomHeaders property can be done by separating each header: value with a new line.