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

Issues appending to tAdvancedFileOutputXML

Hello,

I have a job where I take data from various sources and output to a tFileAdvancedOutputXML. I then use another subjob to append data to that same output file. Essentially, I need to gather information about an account with multiple account holders. I'm using the same imported xml tree for each output component. I have a loop on the account element in the first subjob and I loop on the account holder element in the second subjob and group by the account element.

 

This setup was working fine until last week and now I get an error when I try to run the second subjob appending the additional account holder info that the root tag is not the same when appending. Any thoughts as to how best to fix this problem and still get the output I expect?

Thank you.

Labels (3)
2 Replies
Anonymous
Not applicable

Hello,

Could you post your job design screenshots on forum which will be helpful for us to understand your work flow?

Please mask your sensitive data.

Best regards

Sabrina

cmendels
Contributor III
Contributor III
Author

I went back to the previous schema and updated the new attributes manually, which seems to have fixed the problem.