Search found 52 matches

by sarathchandrakt
Tue Sep 23, 2014 4:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Validation Against the XSD
Replies: 2
Views: 2460

XML Validation Against the XSD

Hi, I am new to DataStage and I never worked on XML. I got a requirment where, 1. We get an XML file which we need to accept and Validate it with XSD provided. Need your input on what validations need to be done and how? 2. Clients do not wish to see the elements in the XML that do not have data in ...
by sarathchandrakt
Mon Sep 01, 2014 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Null Issue in Migration
Replies: 4
Views: 2488

Looks like issue was with Data. This is resolved now. Thank you anyways.
by sarathchandrakt
Mon Sep 01, 2014 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Data Changed to Zero
Replies: 7
Views: 4682

Thank you for noticing it. I am new to DataStage so i am still confused about the syntax. Thank you all. I corrected the syntax and that fixed the issue and for safe side i used explicit transformation too.
by sarathchandrakt
Fri Aug 29, 2014 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Data Changed to Zero
Replies: 7
Views: 4682

I have created a decimal column in transformer output and gave the following expression...

Table_Read.Source_Col[21,25]
by sarathchandrakt
Fri Aug 29, 2014 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp Null Issue in Migration
Replies: 4
Views: 2488

Timestamp Null Issue in Migration

I am Migrating Data from DB2 to Oracle. I am stuck on the timestamp column. If the colum values are null it is being transformed to '*******************' !! I have tried IsNull in the transformation but it does not work. I MUST accept a null value (not a hypothetical date such as 01-01-0001). If I a...
by sarathchandrakt
Fri Aug 29, 2014 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Data Changed to Zero
Replies: 7
Views: 4682

Decimal Data Changed to Zero

I am Taking Data from flatfile and loading to sequentual file. In flat file it is just a single column which I am dividing into many columns based on requirment. In one case i have to pick data from 21st to 25th char of source file and have to save it as decimal in target. For Example, the data is '...