tazee
tazee

Reputation: 390

tibco parse only few field from text to xml

im using tibco and need to recover 3 xml field from an input who is in text format. Normally i will parse the whole message in xml and extract the 3 field i need but the xml format as been lost.

Is there a way to recover the 3 field without recreate the xml file?

Upvotes: 1

Views: 340

Answers (1)

tazee
tazee

Reputation: 390

I find the solution myself:

You can simply configure the output of the parse xml to an any object element. And write the path the same way you have an xml scheme

exemple :

enter image description here

edit : don't forget to configure the validation in 'lax' :

enter image description here

Upvotes: 1

Related Questions