Page 1 of 1

Data Load to XML output

Posted: Wed Jul 09, 2008 12:50 am
by rajendharreddy
Hi,

We are reading data from an text file and load data to an XML output using XML output stage. The job is running successfully but, data is not getting generated to output file.

Source file --> Transformer --> XML output

Could anybody suggest the solution?

Thanks.

Posted: Wed Jul 09, 2008 1:32 am
by ArndW
Most likely in the XML stage, but without additional information it is impossible to say.

Posted: Wed Jul 09, 2008 1:50 am
by ray.wurlod
Source file --> Transformer --> XML output --> Target file

might be a better design.

Posted: Wed Jul 09, 2008 1:52 am
by ray.wurlod
Source file --> Transformer --> XML output --> Target file

might be a better design.

Posted: Wed Jul 09, 2008 6:25 am
by chulett
Typically means your XPath Expressions are incorrect. When they don't match the incoming data, nothing is parsed by the stage.

ps. The 'target file' isn't necessary, the XML Output stage is perfectly capable of doing its own output'n. :wink: