Field | Description |
Name | Name of the Dataloader. Note: Ensure that the Dataloader name is different from an existing Dataloader or loader service name. |
Caching | When selected, enables caching in Dataloader. |
Batching | When selected, enables batching in Dataloader. |
Max Batch Size | Maximum number of keys in a batch that a Dataloader receives when Integration Server invokes the loader service. The default value is -1. You can set any positive integer value for this property. The value -1 or 0 indicates that there are no restrictions to the batch size. |
Output Value Type | Data type of the output field value. |
Output Value Dimension | Dimension of the output value of Dataloader. You can set any positive integer value for this property. Example: 0 - Indicates that there is just one value for one key. 1 - Indicates that there is a list of value for one key. 2 - Indicates a two-dimensional array of values for one key. |