Extraction of XML File?

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nitin376
Charter Member
Charter Member
Posts: 40
Joined: Tue Apr 11, 2006 9:38 am

Extraction of XML File?

Post by nitin376 »

Hi !
What is the substitute for Folder Stage in parallel, as I want to extract the XML file from a particular folder.

Please advise me the process to do that in parallel.

Thanks,
Nitin
nitin376
Charter Member
Charter Member
Posts: 40
Joined: Tue Apr 11, 2006 9:38 am

Re: Extraction of XML File?

Post by nitin376 »

nitin376 wrote:Hi !
What is the substitute for Folder Stage in parallel, as I want to extract the XML file from a particular folder.

Please advise me the process to do that in parallel.

Thanks,
Nitin
Hi,
I got my answers for the above question from the following post

viewtopic.php?t=102155&highlight=xml

Thanks,
Nitin
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you thought through the implications of "Folder" processing in a parallel execution environment?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
anntaylor
Participant
Posts: 24
Joined: Tue May 10, 2005 5:17 pm

Post by anntaylor »

We used a row generator to an xml input stage. Have the row generator create one row. In the row generator, create a column named filename with it's value set to a job parameter. In the XML input, set the input to be a file with the column from the row generator. This requires passing the parameter. You could also set the column value to a defined file name if it is static.
Post Reply