OData Connector > Mappings and mapping tasks with OData Connector > OData sources in mappings
  

OData sources in mappings

To read data from an OData service, configure an OData resource object as the Source transformation in a mapping.
Specify the name and description of the OData source. Configure the source and advanced properties for the source object.
The following table describes the source properties that you can configure in a Source transformation:
Property
Description
Connection Name
Name of the source connection.
Source Type
Source type. Select Single for a single source object.
Object
Source object for the mapping.
The following table describes the advanced source properties that you can configure in a Source transformation:
Advanced Source Property
Description
Maximum Page Size
Set the number of records to be fetched per page when you read data.
You can set the page size when you want to read a large amount of data from a source. Default is 50.
Note: The value must be less than the default page size of the server. Else, the server might return duplicate rows in the target file when you run the mapping.
Tracing Level
Set the amount of detail that appears in the log file. You can choose terse, normal, verbose initialization, or verbose data. Default is normal.