Page 1 of 1

NullToEmpty - Exporting nullable field without null handling

Posted: Wed Jul 16, 2008 9:31 am
by Apotluri
Hi, I am wrting to a sequential file and I have a column name A - varchar(25) and it is nullable, in the transformer I have used NullToEmpty and I am still getting a warning - Exporting nullable field without null handling properties.

Please help me remove these warnings.

Thanks, as always

Posted: Wed Jul 16, 2008 9:55 am
by abc123
I am assuming that this is your job design, at least part of it:

SeqFile --> Xfm

You have to have it nullable in the SeqFile stage and Not Nullable on the output of the transformer.

Posted: Wed Jul 16, 2008 4:09 pm
by ray.wurlod
Just to keep it happy set the Null Field Value property for this field to "" (indeed, having done so, you could remove the NullToEmpty transformation).

Posted: Tue Apr 01, 2014 11:14 pm
by MaliniLakhani
Thanks, that did the trick for me.

Posted: Wed Apr 02, 2014 3:38 am
by thompsonp
In the transformer output link have you changed the column from nullable to not nullable in keeping with the NullToEmpty transform?