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: 
Anonymous
Not applicable

How to Keep tXMLMap Schema synchronized with metadata?

Hi,
I've created one ouput xml metadata.
I want to design a job which map a positional file to xml document, but I need to keep the schema synchronized with the metadata (repository).
In tXMLMap, I can right click and "import from repository", but if I update the metadata later, schema in the XMLMAP won't be updated. If I import it again, all mapping is lost.
How can I solve this problem?

Labels (3)
1 Reply
vapukov
Master II
Master II

hi,

as I know - unfortunately, it is not possible (would be happy to be wrong with this)

 

I use XML diff for compare schemas and regular update tXMLMap from version to version
another reason for this was wrong reading of XML schema by Talend - not all nodes correctly imported from XSD with tXMLMap (DataMapper read schema correct, but ... but it is DataMapper 🙂 )