NullValue to DefaultValue

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
nandela.sudheer
Participant
Posts: 39
Joined: Mon May 19, 2008 7:22 am

NullValue to DefaultValue

Post by nandela.sudheer »

in my Source date value commiing Null value,i.e that null value ,i wany to converting to Default Value
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You can specify "default values" in your column definitions, or you can explicitly convert nulls in a transform stage.
Right-mouse-click on the column in the source stage and choose "edit row" to get the box where you can edit the values.
Post Reply