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

Fusionner 2 fichier JSON en 1 fichier XML

HI, 
I have a technical problem , I try for several days to make a fusion of two JSON files to an XML file is not just my problem complicated by the fact that a JSON file is a hierarchy ...
I hope someone can help me , I do not know what to do. HELP
I put an attachment both JSON files ( articles.txt - flat , category.txt - hierachcal ) and XML ( out.txt - merge manually to show the desired results )

articles.txt_20151026-0930.txt
category.txt_20151026-0931.txt
out.txt_20151026-0931.txt
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi,

This is an international forum and English is the language we use. Posting in English will allow you to get more visibility and more help. Thanks for your understanding!

Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

Use two  fileinputjson  to format yours files into Document schema output, and use a xmlmap component to combine and produce your xml file.
Regards