Page 1 of 1

Exporting Warning

Posted: Wed Apr 20, 2005 1:53 pm
by kab123
Hi,

I am trying to read a Seq file and dedupe it using remduplicates stage and write to a seq file...I am getting following error...

When checking operator: When validating export schema: At field "FIELD1": Exporting nullable field without null handling properties

What is this warning message about.. :?: Can anybody tell me how do I handle it..?

Thanks

Posted: Thu Apr 21, 2005 3:45 am
by Sainath.Srinivasan
You need to define a function to handle any possible null values in that column. Search this forum for functions such as null_to_value.

Posted: Fri Apr 22, 2005 2:34 pm
by richdhan
Hi,

Look into this post. That should solve your problem.

HTH
Rich