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: 
vvazza10
Contributor III
Contributor III

tXMLMap taking long time to process XML data to load to snowflake

I have an XML file (2MB) that was various child elements - Employee, chemical, electrical, transport, mechanical, which I am trying to load to Snowflake table. When the job was executed, tXMLMap seem to take most of the time in processing the data.

0695b00000EZuXvAAL.png

The tXMLMap read is taking around 15-20 minutes to complete for a small set of data. The job design would look as below -

0695b00000EZuZNAA1.png

Please advise how to design a job that reads XML which contains various sub elements and attributes.

11 Replies
gjeremy1617088143

the purpose of tExtactXmlField in my scenario is to be used in parrallel job, so you read the xml for chemical, you read the xml for Electrical And all the read are made in parallel.

Anonymous
Not applicable

You can use tReplicate component, this component replicate the source data so that you can use the source data many times.