define word "Null" to be actual NULL

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
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

define word "Null" to be actual NULL

Post by perfman »

Is it possible to define this in the definition file or do I have to just do it in a transformer stage. I noticed there is a option in the definition dialog called "null field value" byt setting this to "Null" does not change anything.
perfman
Premium Member
Premium Member
Posts: 46
Joined: Thu Aug 16, 2007 6:19 pm

Post by perfman »

Found the problem:

I could set "Null field value" = "Null" as a global default in the definition file, but it was not picking it up because for some reason ALL of the fields had the "Null field value" set to "" at the row level (i.e. "Edit Row")

So Now I have to go in and edit each row (50 odd fields) and delete that setting.
Post Reply