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?
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 🙂 )