Property | Description |
---|---|
Connection | Name of the source connection. |
Source Type | Type of the source object. Select Single Object, Multiple Objects, or Parameter. |
Object | Name of the source object for the mapping. You can specify a custom query for a source object. |
Filter | Adds conditions to filter records. Configure a simple or an advanced filter. |
Sort | Determines the order of the rows. Add the ORDER BY clause in the select query with the COLUMN provided. By default, the sort is in ascending order. |
Tracing Level | Description |
---|---|
Terse | Data Integration Service logs initialization information, error messages, and notification of rejected data. |
Normal | Data Integration Service logs initialization and status information, errors encountered, and skipped rows due to transformation row errors. Summarizes session results, but not at the level of individual rows. |
Verbose Initialization | In addition to normal tracing, the Data Integration Service logs additional initialization details, names of index and data files used, and detailed transformation statistics. |
Verbose Data | In addition to verbose initialization tracing, the Data Integration Service logs each row that passes into the mapping. Also notes where the Data Integration Service truncates string data to fit the precision of a column and provides detailed transformation statistics. When you configure the tracing level to verbose data, the Data Integration Service writes row data for all rows in a block when it processes a transformation. |