Exporting Warning

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
kab123
Participant
Posts: 92
Joined: Tue May 18, 2004 4:05 pm

Exporting Warning

Post 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
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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.
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi,

Look into this post. That should solve your problem.

HTH
Rich
Post Reply