PowerCenter
- PowerCenter 10.4.0
- All Products
Column Indicator
| Type of data
| Writer Treats As
|
---|---|---|
D
| Valid data.
| Good data. Writer passes it to the target database. The target accepts it unless a database error occurs, such as finding a duplicate key.
|
N
| Null. The column contains a null value.
| Good data. Writer passes it to the target, which rejects it if the target database does not accept null values.
|
T
| Truncated. String data exceeded a specified precision for the column, so the value was truncated.
| Bad data, if you configured the mapping target to reject overflow or truncated data.
|
0,D,5,D,,N,5,D