Search found 30 matches

by partha.natta
Sat Jul 12, 2014 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage to convert child repeating elements into rows
Replies: 7
Views: 5205

Hi Ernie, Thanks for your response. This way it is mentioned in XSD. <xsd:element name="ETCof"> <xsd:complexType> <xsd:sequence> <xsd:element ref="TrxnTyp"/> <xsd:element ref="TrxnTypDtl"/> <xsd:element ref="CntbWdCode" minOccurs="0"/> <xsd:element r...
by partha.natta
Fri Jul 11, 2014 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage to convert child repeating elements into rows
Replies: 7
Views: 5205

The output result should come like this. Expected Result: ProcessDate|FundAcctID|DlrAcctID|RepCode|FundID|GrossAmt|UnitTrxnd|AveCost 20140702|26204388|543080691|AAA|266|0|0|0 20140702|26204388|543080691|AAA|568|21180.08|1650.748|0 20140702|26204388|543080691|AAA|590|11394.67|574.876|0 20140702|26204...
by partha.natta
Fri Jul 11, 2014 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage to convert child repeating elements into rows
Replies: 7
Views: 5205

Hi Michael, I am doing the same steps in my job, and but I am getting only the first TransfrID values(FundID,GrossAmt,UnitTrxnd,AveCost) coming in output.For the other TransferID details should come in a different row in same column (FundID,GrossAmt,UnitTrxnd and AveCost) with the parent values i.e....
by partha.natta
Thu Jul 10, 2014 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage to convert child repeating elements into rows
Replies: 7
Views: 5205

Hi Ray,

Thanks for your response. Yes, I am trying to read this type of XML file and want to create multiple rows based on the number of TransferFund sections coming in the XML file.
by partha.natta
Thu Jul 10, 2014 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage to convert child repeating elements into rows
Replies: 7
Views: 5205

XML Stage to convert child repeating elements into rows

Hi All, Below its a sample transaction record that I am trying to process in XML stage. There can be multiple TransferFund under one traansaction, when more than one TransferFund are coming then the detila inside the trasnfer fund should come in a new row with the Parent Tag Values. Could you please...
by partha.natta
Sun Jul 06, 2014 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to proces XML file in XML Stage from Multiple XSDs
Replies: 2
Views: 2360

Unable to proces XML file in XML Stage from Multiple XSDs

Hi All, I need to process some XML files having the same metadata definitions. There are three XSDs were used to define the metadata of these XML files. The Reconciliation.xsd is the main XSD from where I am able to read most of the fields coming in XML file. But the main XSD is having include state...
by partha.natta
Tue Jul 01, 2014 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value on the accessor interfacing to field
Replies: 7
Views: 7300

I need to use it for filtering the incoming records and that is why I am using in the transformer constraint.
by partha.natta
Mon Jun 30, 2014 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value on the accessor interfacing to field
Replies: 7
Views: 7300

Even I have tried with this logic as well but the same error I am getting again. (TRIM(NulltoValue(DSLink110.TrxnTyp,''))=5 and TRIM(NulltoValue(DSLink110.TrxnTypDtl,''))=4) Or (TRIM(NulltoValue(DSLink110.TrxnTyp_2,''))=5 and TRIM(NulltoValue(DSLink110.TrxnTypDtl_2,''))=4) Or (TRIM(NulltoValue(DSLin...
by partha.natta
Mon Jun 30, 2014 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value on the accessor interfacing to field
Replies: 7
Views: 7300

Re: Null value on the accessor interfacing to field

Ya I know there are some null values are there, that is why I am using IsNotNull(TrxnTyp) in the condition.
by partha.natta
Mon Jun 30, 2014 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value on the accessor interfacing to field
Replies: 7
Views: 7300

Null value on the accessor interfacing to field

Hi, I am using the below logic in transformer as filter condition and getting the error message as "Fatal Error: Null value on the accessor interfacing to field "TrxnTyp". (IsNotNull(DSLink110.TrxnTyp) and IsNotNull(DSLink110.TrxnTypDtl) and (TRIM(DSLink110.TrxnTyp)=5 and TRIM(DSLink1...
by partha.natta
Mon Jun 16, 2014 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New XML Stage Issue
Replies: 11
Views: 8286

Sampple XML: <?xml version="1.0" encoding="UTF-8"?> <TrxnRecon xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="nsrt" xsi:schemaLocation="nsrt Reconciliation.xsd" Version="24"> <CreateDate>20140521</CreateDate> <MgmtCode>UN6</M...
by partha.natta
Sat Jun 14, 2014 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New XML Stage Issue
Replies: 11
Views: 8286

I have taken the premium membership for one month, but still I am not able to see the content, even after follow up also I am not getting any reply from them. Invoice# 0000002805 Invoice Date: 06/12/2014 03:00:45 Items Qty Item # Description Price Each Total 1 1 Month Premium DSXchange 1 Month Premi...
by partha.natta
Fri Jun 13, 2014 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New XML Stage Issue
Replies: 11
Views: 8286

It's probably a list mapping issue. Look at your xsd as loaded into the Assembly. One place you can do this is in beginning of the xml Parser step where you selected your document root. Open up ... I am not able to see the full content, could you please send the details in my mail id, if possible, ...
by partha.natta
Fri Jun 13, 2014 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New XML Stage Issue
Replies: 11
Views: 8286

1)In extenal source stage I am using this command which will read the file staring with TST. ls /app/DEV_SET0/Temp/TST This command is giving the list of files with path. 2)The in XML stage in XML parser step I am using file set option to read the filepath which I have selected from the drop down li...
by partha.natta
Fri Jun 13, 2014 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: New XML Stage Issue
Replies: 11
Views: 8286

New XML Stage Issue

I have a job like the following. 1. External source stage to read the xml file path. 2. Parsing the xml by using new xml stage in datastage 8.5. 3. Write the parsing records into one file. But here I am getting only one output record, though there are number of records in the XML file. Is there anyt...