Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Meghana2
Contributor
Contributor

How to create a xml output with dynamic schema

Hi Everyone,

I have a requirement to create a XML file from the query result.

Here the query schema is dynamic.

We have dynamic data type facility for any other output file component like tFileOutPutDelimited and tFileOutputExcel components but looks like tFileOutputXml doesn't have.

How could I achieve this.

Thanks in advance

Labels (2)
2 Replies
Anonymous
Not applicable

Hi

As prompted by the component, tFileOutputXML does not support dynamic schema. So, you can't create a XML file with dynamic schema.

 

Regards

Shong

Meghana2
Contributor
Contributor
Author

Yes, But do we have any other way to create XML file with dynamic schema.

One way I could think is to create csv file and then convert to XML file.

 

Thanks