Conditional XML Parsing

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Aravind
Participant
Posts: 16
Joined: Mon Dec 27, 2004 4:17 pm

Conditional XML Parsing

Post by Aravind »

Hi,

Is there a way to conditional parse an xml based on the value in a specific tag. If the tag value is say "x" i want to reject the xml without doing further processing.

Thanks in advance
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

If it is up on the chain, you may store the rest as a varchar field which you can them parse in next XML stage.
Post Reply