Search found 3 matches

by sudhanmaad
Wed Jun 02, 2010 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling invalid data in dataset
Replies: 9
Views: 4490

Just try mapping all the columns to dataset without any transformation done , and check whether now the data is still with '********'
by sudhanmaad
Wed Jun 02, 2010 12:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling invalid data in dataset
Replies: 9
Views: 4490

May be the Conversion that you have done is wrong , or format is wrong(like you have convertd into a Timestamp and in metadata definition you have given Date) . these are the scenarios where Data appears '**********' in Dataset. if this is not the case then Data is wrong.please filter properly.
by sudhanmaad
Wed Jun 02, 2010 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem trimming a db2 char datatype value
Replies: 7
Views: 3123

Why dont you use ' STRIP(CHAR(VARIABLE NAME)) ' when you get the data from DB2 database itself , so that the trim works for you in your case