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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
janhess
Creator II
Creator II

[resolved] tFileOutputMSXML

TIS3.1.3
Does anyone know how to set up multiple schemas for the output? I tried following the instructions in the manual but I can only ever generate one output schema.
Labels (2)
1 Solution

Accepted Solutions
janhess
Creator II
Creator II
Author

You need an input for each looping element containing a ket to the group item for the loop.

View solution in original post

4 Replies
Anonymous
Not applicable

Hello guy
Here is an example, please see my screenshots.
Best regards

shong
janhess
Creator II
Creator II
Author

Based on your example, the output structure I would need is
<Person>
<ID>123</ID>
<Name>fred bloggs</Name>
<Emails>
<EmailAddr>fredbloggs@yahoo.com</EmailAddr>
<EmailAddr>fredbloggs@gmail.com</EmailAddr>
</Email>
<Person>

With Person repeating.
Is this possible?
I also need to be able yo have empty tags and to be able to map the input data to a predefined xml schema.
_AnonymousUser
Specialist III
Specialist III

Based on your example, the output structure I would need is
<Person>
<ID>123</ID>
<Name>fred bloggs</Name>
<Emails>
<EmailAddr>fredbloggs@yahoo.com</EmailAddr>
<EmailAddr>fredbloggs@gmail.com</EmailAddr>
</Email>
<Person>

With Person repeating.
Is this possible?
I also need to be able yo have empty tags and to be able to map the input data to a predefined xml schema.

Did you get any answer?
I have exactly the same question but I don't find any answer. 0683p000009MACn.png
Philippe
janhess
Creator II
Creator II
Author

You need an input for each looping element containing a ket to the group item for the loop.