Extract (decoded) images from the XML

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
svga
Participant
Posts: 73
Joined: Thu Aug 07, 2008 6:31 am
Location: Syracuse

Extract (decoded) images from the XML

Post by svga »

Hi -

I need to develop a MQ job to read a decoded images from the XML file that present on the queue. Can any one please let me know if this can be done using MQ connector stage?

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

Post by ray.wurlod »

You can certainly read any payload using the MQ Connector stage. However that's all that that stage does. Downstream of that you will need something like an XML stage to parse the XML. What were you planning to do with the image data?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply