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: 
Anonymous
Not applicable

How to import complex data model into MDM using tMDMOutput

Hi,
Is it possible to use tMDMOutput import complex data model. For example (Based on the demo data model):
<?xml version="1.0" encoding="UTF-8"?>
<Product>
<Id>laptop_1</Id>
<Name>Game Republic</Name>
<Description>A gaming computer</Description>
<Price>1000</Price>
<ProductFamily>
<Name>Laptop</Name>
<Status>Approved</Status>
</ProductFamily>
</Product>
Both "Product" and "Product Family" are independent data entities. Will tMDMOutput automatically create a "Product Family" record first and add the newly generated "Product Family" id in the "Product" entity?
Thank you very much
Labels (3)
2 Replies
Anonymous
Not applicable
Author

French character handling issue.
We have a job in which we will generate XML message through tMomOutput at MQ server.But the issue is that, when the input file holds French character, the message at MQ server is not generating properly,
The MQ server interface, for the generated message property "Code Page " value is showing 437.Which is expected to be 1208.
So how can we change code page value from 437 to 1208.(We tried at advance setting at tMomOutput, but till now have not get any solution.
And next question, how to handle the situation when message holds French characters ?
Anonymous
Not applicable
Author

Hi koustav
Your problem is not related to this topic, please open a new topic for your question.
Thank you!
Shong