Search found 6 matches

by Shukile
Mon May 16, 2011 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diffrent input to sequntial
Replies: 2
Views: 1894

Diffrent input to sequntial

Hi, Im trynig to build a sequential file with diffrent records. I have a: source file --> transformer --- > 2 diffrent outputs links ---> 1 target sequential file in the transformer i send some of the records in a diffrent column structure to the target file (depend on the input data). my problem is...
by Shukile
Sun Oct 24, 2010 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex XML document
Replies: 4
Views: 1856

Hi

I tried your suggestion to use char(13) and char(10) and it works.
I get a valid XML. I just wanted to split it into several rows.
Thank you very much for your help
:)
by Shukile
Sun Oct 24, 2010 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex XML document
Replies: 4
Views: 1856

Hi Craig. Im building a complex XML document as shown in 'Xml Best Practices' document, if you familiar with it. and this is the part of the addresses (3.1.3.1.2) Do you have a better way to to that example ? Basically i need to create XML document with one file_header record in the begining and alo...
by Shukile
Sun Oct 24, 2010 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Complex XML document
Replies: 4
Views: 1856

Complex XML document

<Moderator: split from this topic> hi. Regarding the last question, i merged the chunk xml with transformer: in the deviration i put somthing like : '<street>' : seq_addr_in.STREET : '</street><city>' : seq_addr_in.CITY : '</city><state>' : seq_addr_in.STATE : '</state><zip_code>' : seq_addr_in.ZIP...
by Shukile
Thu Oct 21, 2010 9:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Xml output stage
Replies: 2
Views: 1471

Thank you very much, it helped :)
by Shukile
Thu Oct 21, 2010 8:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Xml output stage
Replies: 2
Views: 1471

Xml output stage

Hi, Im trying to build a complex XML document and i've a problem : I use two data tables to produce the XML Dcument. one have a key and the other dont have I'm sending the data to transformer and then to the XML OUTPUT. im using chunk for the second table data and send the all XML_RECORD as a string...