Search found 20 matches

by netboyks
Tue Mar 02, 2004 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output with just a closing tag -- Urgent.
Replies: 2
Views: 1857

XML output with just a closing tag -- Urgent.

Below is the posting from cmuller. Pipe any non repeating data to a hashed file stage, using serialno for the key. Then pipe repeating tags to the an xmloutput stage, and then to another hashed file stage to which you will write the repeating tags as xml chunks and use the serialno as key. It may lo...
by netboyks
Tue Mar 02, 2004 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to write XML tags which occur more than 1 time
Replies: 4
Views: 4522

xml writer output

cmuller, In your solution could you let me know how to handle a situation where I need the following output format. Please look at the last record. In summary I need to produce a closing tag (</Balance>) if there is no Balance value for the SubTotal. TotalPayment: <Subtotal>124</Subtotal><Balance>12...
by netboyks
Fri Feb 20, 2004 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Wirter Stage and Output
Replies: 1
Views: 888

XML Wirter Stage and Output

Hi there, We are using DataStage 6.0.1 and I installed xml pack 2.0 and trying to create an xml output. I am facing a problem where there are multiple products for an Invoice and I do not know how to repeat the tags for the products. The outpur records looks like this. <Invoices> <Invoice> <Invoice_...
by netboyks
Fri Feb 20, 2004 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined qsl query file
Replies: 3
Views: 1069

XML Writer /output Help help - ASAP

Hi there, We are using DataStage 6.0.1 and I installed xml pack 2.0 and trying to create an xml output. I am facing a problem where there are multiple products for an Invoice and I do not know how to repeat the tags for the products. The outpur records looks like this. <Invoices> <Invoice> <Invoice_...
by netboyks
Fri Feb 28, 2003 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined qsl query file
Replies: 3
Views: 1069

User-defined qsl query file

Has any one used this option in calling an anonymous pl/sql block in an OCI stage.
Thanks.