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

How to load XML tags that do not require source loop to snowflake

I have tXMLMap component where I would want to load few fields to be loaded onto Snowflake table.

As seen in the below snapshot, I would want CompanyData fields to be loaded to a table once and fields on the Response tag to be run on loop and loaded to another Snowflake table.

0695b00000Dv4yaAAB.png

However, the Talend Designer shows an error message Errors: header have no source loops

0695b00000Dv4yfAAB.png

How to fix this error when we do not want a particular XML tag to run on a loop? When I test ran the job from Designer Console, the job completed. But am worried if this will throw an error once deployed on the Talend server. Please advise.

1 Reply
tnewbie
Creator II
Creator II

I guess you can tag 'company info' as the loop element. From the little that i can seen in your snippet, Company Info is at the header level and will not be repeating, so you are good to use it as a dummy loop element.