cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help with unbounded tags in XML Input

jayant_mittal2
Explorer
0 Kudos

Dear All,

Please advice on the following:

i am receiving an input in the below format from an XML message source

<xs:Attribute>Dept=ABC;code=;Dept_Type=;Dept_Owner=;Main=;Dept_Change_Reason=Waiting for Client</xs:Attribute>

i  need to stream the data in the following structure :

<xs:Attribute name="Dept">ABC</xs:Attribute>

<xs:Attribute name="Code"></xs:Attribute>

<xs:Attribute name="Dept_Type"></xs:Attribute>

<xs:Attribute name="Dept_Owner">Main</xs:Attribute>

<xs:Attribute name="Dept_Change_Reason">Waiting for Client</xs:Attribute>

Kindly help.

Regards,

Jayant

Accepted Solutions (0)

Answers (1)

Answers (1)

bhanu_prakash37
Explorer
0 Kudos

Hi Jayant,

change XML TYPE in attribute properties.by default it will be XMLTYPE = 'ATTRIBUTE'.

Bhanu