Search code examples
xmlparsingtibcotibco-designer

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?


Solution

  • 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