Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- 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
0,D,2001123456789,O,S. MacDonald,D,Ira,D,415-541-514566,T