Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
veryimportantdude
Contributor III
Contributor III

XML iteration is slow

I have an tFileXMLinput and i map it to another XML

the file is quite big (26 MB) with 8000 plus records (products)

Now If i put generation mode to Memory-consuming (Xerces or Dom4j) it is too slow to be working but if I set it to fast (SAX), the xml is not read correctly and majority of data is missing.

Any suggestions and ideas?

thank you

Labels (2)
11 Replies
Anonymous
Not applicable

You may find some slight differences between what I have done and what you need. That will be if your XML structure is different to what I inferred from what you gave me. Let me know if you struggle with anything further.

veryimportantdude
Contributor III
Contributor III
Author

All good. some minor stuff I had to add but it all works OK. Thank you very much. I though I would have to write a code in python or something to get around it but this did the trick.