Page 1 of 1

How to convert sequential file to XML format

Posted: Mon Nov 22, 2004 1:22 pm
by arun_im4u
Hi,

Is it possible to convert a sequential file into xml format inside datastage. I have this problem where I get a file in xml format i decrypt it in UNIX and then convert it into sequential file and use for my transformations. Is there an option of encrypting the results file back into xml file in Datastage.

Posted: Mon Nov 22, 2004 2:47 pm
by ray.wurlod
Job design is

Code: Select all

   SeqFile  ----->  Transformer  ----->  XML Output
You can omit the Transformer stage if there is no transformation to be done. I prefer to leave it in there even if it's doing nothing, since it gives an active stage to monitor.

Re: How to convert sequential file to XML format

Posted: Tue Nov 23, 2004 11:22 am
by peternolan9
Hi Arun_im4u,

check this out..
viewtopic.php?t=88832&highlight=
arun_im4u wrote:Hi,

Is it possible to convert a sequential file into xml format inside datastage. I have this problem where I get a file in xml format i decrypt it in UNIX and then convert it into sequential file and use for my transformations. Is there an option of encrypting the results file back into xml file in Datastage.