Reg: NULL values in comma delimited 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

FDW_CITI
Participant
Posts: 13
Joined: Sun Aug 31, 2008 10:18 pm

Post by FDW_CITI »

Thanks Nagaraj.

The problem was due to mismatch in the datatype.

We are getting a fixed with file and the file is read using schema file definition.

The numeric column are read as int32 using schema file and in DataStage the data flow as Integer values.

But in the final Oracle table, the columns are defined as NUMBER. So the error is occuring while loading.

After defining the columns as Integer in tables the error is not appearing. :)
Post Reply