Property | Description |
---|---|
Connection Name | Name of the source connection. |
Source Type | Source type. Select one of the following types:
|
Object | Source object for the mapping. |
Filter | Configure a simple filter or an advanced filter to remove rows at the source. You can improve efficiency by filtering early in the data flow. A simple filter includes a field name, operator, and value. Use an advanced filter to define a more complex filter condition, which can include multiple conditions using the AND or OR logical operators. |
Advanced Source Property | Description |
---|---|
Page Size | Number of rows that are cached from a JDBC source. Default is 1000. |
Isolation Level | Determines the level of concurrency in transactions to avoid data inconsistency. Select from the following isolation levels:
Default is None. |
Override Isolation Level | Overrides the isolation level if the database does not support it. If this option is checked, the task runs successfully with the default isolation level of the database. |
Number of Rows to be Fetched | Number of rows that are read from a JDBC source. Specify the number of rows fetched to limit the data retrieved. Default is zero, which indicates that an unlimited number of rows are fetched. |
Tracing Level | Sets the amount of detail that appears in the log file. You can choose terse, normal, verbose initialization or verbose data. Default is normal. |