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. |
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. |
Enable Pagination | Not applicable. |
Pre SQL | Pre-SQL command to run against the source database before reading data from the source. |
Post SQL | Post-SQL command to run against the source database after reading data from the source. |
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. |