Issue in reading null values for float data types in file

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
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

Issue in reading null values for float data types in file

Post by mallikharjuna »

Hi All,

I am facing Issue in reading null values for float data types in sequential file.

my requirement is not to change data type and not to use any default value.

if we change datatype as varchar then it is possible to convert to float data type and load null values in sap BW system?

Thanks in advance...
MALLI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... technically there are no data types in a flat file other than string / varchar so you could certainly read it like that and then do an explicit conversion to whatever it needs to be. At least that way you have full control over it rather than letting the stage do an implicit conversion during the read / import operation.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply