Page 1 of 1

Extraction of XML File?

Posted: Tue Oct 10, 2006 1:15 pm
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

Re: Extraction of XML File?

Posted: Tue Oct 10, 2006 1:37 pm
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

Posted: Tue Oct 10, 2006 2:35 pm
by ray.wurlod
Have you thought through the implications of "Folder" processing in a parallel execution environment?

Posted: Tue Oct 10, 2006 9:02 pm
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.