Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mario_sergio_ti
Partner - Specialist
Partner - Specialist

Empty <Lineage> in XML metadata in QVD generated by SaaS

Hello, I would like to know if there is a way to enable the filling of the <Lineage> tag in SaaS when recording in QVD, when opening a QVD XML, I notice that it is empty, in the Client Managed version it is normally filled in when recording in QVD

Consultor certificado | Quem compartilha, aprende!
https://www.linkedin.com/in/mariosergioti
Labels (3)
1 Reply
sunio
Contributor
Contributor

The .tostring function returns bytes. Have you tried decoding this to a string?

new_content = etree.tostring(root, encoding="utf-8")
new_content = new_content.decode("utf-8")