![]() |
|
Archives of the TeradataForumMessage Posted: Mon, 19 Mar 2007 @ 20:43:59 GMT
Hi Ramu I have one type of solution for your problem . You need some transformation in your source try to represent a charater value for null s like '*' or what ever . Ex, if it is oracle source
select NVL(IN_a,'*') from table ;
and in your layout look for '*' and convert into null
.FIELD IN_a * VARCHAR(1) NULLIF IN_a = '*'
then it will take care of nulls Enjoy , Ganesh Babu
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||