Search found 5 matches

by Sne
Wed Apr 25, 2007 6:37 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Getting a XML file as output
Replies: 7
Views: 5919

Hi, The solution that you have suggested can be used if the type tree imported is used at input side. My problem is, I am having a normal type tree which is used at the output side in the map, and I need to set some properties so that I will get the output as XML file. (that is data along with XML t...
by Sne
Wed Apr 25, 2007 5:40 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Getting a XML file as output
Replies: 7
Views: 5919

Sorry For the previous reply!! :oops:

I want the file along with the XML tags. For Ex.

<header>
<body>
<tag1>data</tag1>
<tag2>data</tag2>
</body>
</header>
by Sne
Wed Apr 25, 2007 5:37 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Getting a XML file as output
Replies: 7
Views: 5919

I want in the format of XML tags
EG:

<header>
<body>
</body>
</header>
by Sne
Wed Apr 25, 2007 12:59 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Getting a XML file as output
Replies: 7
Views: 5919

Getting a XML file as output

I am getting data from a SP and then converting it to XML. what all setting should be done to get the output as XML instead of text file :?:
by Sne
Thu Mar 15, 2007 2:40 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: what is New line character in map?
Replies: 2
Views: 2997

what is New line character in map?

My input file is in the form abc|xyz|lmn|...
I need to substitute the pipe character (|) with the new-line character.

I need full syntax for the function "substitute" in my map, so that my output file would be
abc
xyz
lmn
and so on ...


Thanks in Advance
Sneha